Nevron Open Vision Documentation
Nevron.Nov.Text.Data Namespace / NDataSourceFormat Class
Properties Methods


In This Topic
    NDataSourceFormat Class Members
    In This Topic

    The following tables list the members exposed by NDataSourceFormat.

    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic)A reference to the Access data source format.  
    Public Propertystatic (Shared in Visual Basic)A reference to the CSV data source format.  
    Public Propertystatic (Shared in Visual Basic)A reference to the Excel data source format.  
    Public PropertyGets the file extensions of files this data source can load data from.  
    Public PropertyGets the mime type of this data source.  
    Public PropertyGets the name of the data source.  
    Top
    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