Nevron.Nov.Text.Data Namespace : NAccessDataSourceFormat Class |
The following tables list the members exposed by NAccessDataSourceFormat.
Name | Description | |
---|---|---|
![]() | NAccessDataSourceFormat Constructor | Default constructor. |
Name | Description | |
---|---|---|
![]() | Extensions | Overridden. Gets the file extensions of files this data source can load data from. |
![]() | Mime | Overridden. Gets the mime type of this data source. |
![]() | Name | Overridden. Gets the name of the data source. |
Name | Description | |
---|---|---|
![]() | GenerateSelectQuery | Generates a select query that select all columns and rows from the table with the given name. (Inherited from Nevron.Nov.Text.Data.NDataSourceFormat) |
![]() | LoadFromFile | Overridden. Creates a data source connection from the specified file name. |
![]() | Match | Checks whether a data source of this format can be stored in a file with the given extension. (Inherited from Nevron.Nov.Text.Data.NDataSourceFormat) |
Name | Description | |
---|---|---|
![]() | GenerateConnectionString | Generates a connection string that should be used to connect to the given Access database. |
![]() | ParseSelectQuery | Obtains the column names and the table name from the given SELECT query. Throws an exception on error. (Inherited from Nevron.Nov.Text.Data.NDataSourceFormat) |