NCsvDataSourceFormat Class Members
In This Topic
The following tables list the members exposed by NCsvDataSourceFormat.
Protected Fields
| Name | Description |
  | lWjC | |
Top
Public Properties
| 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. |
Top
Public Methods
| Name | Description |
 | LoadFromFile | Overridden. Creates a data source connection from the specified file name. |
 | LoadFromStream | Loads a data source from the given stream. |
Top
Protected Methods
| Name | Description |
 | GetTableName | Gets a data table name from the given file name. |
Top
See Also