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


In This Topic
    NCsvDataSourceFormat Class Members
    In This Topic

    The following tables list the members exposed by NCsvDataSourceFormat.

    Protected Constructors
     NameDescription
    Protected ConstructorDefault constructor.  
    Top
    Protected Fields
     NameDescription
    Internal Fieldstatic (Shared in Visual Basic)  
    Top
    Public Properties
     NameDescription
    Public PropertyOverridden. Gets the file extensions of files this data source can load data from.  
    Public PropertyOverridden. Gets the mime type of this data source.  
    Public PropertyOverridden. Gets 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. (Inherited from Nevron.Nov.Text.Data.NDataSourceFormat)
    Public MethodOverridden. Creates a data source connection from the specified file name.  
    Public MethodLoads a data source from the given stream.  
    Public MethodChecks whether a data source of this format can be stored in a file with the given extension. (Inherited from Nevron.Nov.Text.Data.NDataSourceFormat)
    Top
    Protected Methods
     NameDescription
    Protected MethodGets a data table name from the given file name.  
    Protected MethodObtains the column names and the table name from the given SELECT query. Throws an exception on error. (Inherited from Nevron.Nov.Text.Data.NDataSourceFormat)
    Top
    See Also