NevronOpenVision
Nevron.Nov.Text.Data Namespace / NDataSourceFormat Class


NDataSourceFormat Class Methods

For a list of all members of this type, see NDataSourceFormat members.

Public Methods
 NameDescription
Public MethodGenerates a select query that select all columns and rows from the table with the given name.  
Public Methodstatic (Shared in Visual Basic)Gets the data source format for the given file name. Returns null if an appropriate data source format for the given file name is not found.  
Public MethodLoads a data source from the given file using the specified settings.  
Public MethodChecks whether a data source of this format can be stored in a file with the given extension.  
Public Methodstatic (Shared in Visual Basic)Registers the given data source format.  
Public Methodstatic (Shared in Visual Basic)Unregisters the given data source format.  
Top
Protected Methods
 NameDescription
Protected MethodObtains the column names and the table name from the given SELECT query. Throws an exception on error.  
Top
See Also