Nevron.Nov.Text.Data Namespace : NDataSourceFormat Class |
The following tables list the members exposed by NDataSourceFormat.
Name | Description | |
---|---|---|
![]() ![]() | Access | A reference to the Access data source format. |
![]() ![]() | Csv | A reference to the CSV data source format. |
![]() ![]() | Excel | A reference to the Excel data source format. |
Name | Description | |
---|---|---|
![]() | Extensions | Gets the file extensions of files this data source can load data from. |
![]() | Mime | Gets the mime type of this data source. |
![]() | Name | 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. |
![]() ![]() | GetFromFileName | 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. |
![]() | LoadFromFile | Loads a data source from the given file using the specified settings. |
![]() | Match | Checks whether a data source of this format can be stored in a file with the given extension. |
![]() ![]() | Register | Registers the given data source format. |
![]() ![]() | Unregister | Unregisters the given data source format. |
Name | Description | |
---|---|---|
![]() | ParseSelectQuery | Obtains the column names and the table name from the given SELECT query. Throws an exception on error. |