Click or drag to resize

IDatabaseExtractor Methods

The IDatabaseExtractor type exposes the following members.

Methods
 NameDescription
Public methodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
Public methodEnumerateTableRows Enumerates a table's row data one row at a time.
Public methodExtractContent Extracts database level metadata and table information.
Public methodExtractTableAsText Extracts the table as formatted text to the supplied stream. See remarks.
Public methodOverrideContentExtractionSettings Allows for overriding the ContentExtractionSettings object used by a IContentExtractor instance that was returned by a call to OpenDiscoverSDK.ContentExtractorFactory.GetContentExtractor. See remarks for limitations.
(Inherited from IContentExtractor)
Top
See Also