IFulltext SessionDelete Method
Overload List
| DeleteTDocument(Decimal) | Schedule the documents with the given id(s) for deletion. The documents will be deleted when FlushChanges is called. |
| DeleteTDocument(TDocument) | Schedules the given document for deletion. The document will be deleted when FlushChanges is called. |
| DeleteTDocument(Int32) | Schedule the documents with the given id(s) for deletion. The documents will be deleted when FlushChanges is called. |
| DeleteTDocument(Int64) | Schedule the documents with the given id(s) for deletion. The documents will be deleted when FlushChanges is called. |