Click or drag to resize

IFulltextSessionDelete Method

Overload List
  NameDescription
Public methodCode exampleDeleteTDocument(Decimal)
Schedule the documents with the given id(s) for deletion. The documents will be deleted when FlushChanges is called.
Public methodCode exampleDeleteTDocument(TDocument)
Schedules the given document for deletion. The document will be deleted when FlushChanges is called.
Public methodCode exampleDeleteTDocument(Int32)
Schedule the documents with the given id(s) for deletion. The documents will be deleted when FlushChanges is called.
Public methodCode exampleDeleteTDocument(Int64)
Schedule the documents with the given id(s) for deletion. The documents will be deleted when FlushChanges is called.
Top
See Also