Name | Description | |
---|---|---|
![]() | CsvDataSource Constructor | Initializes a new instance of CsvDataSource class. |
The following tables list the members exposed by CsvDataSource.
Name | Description | |
---|---|---|
![]() | CsvDataSource Constructor | Initializes a new instance of CsvDataSource class. |
Name | Description | |
---|---|---|
![]() | ConnectionString | Specifies the string used to load the data from the csv file. |
![]() | CredentialsMode | |
![]() | EOF | Determines whether the CurrentPosition is at the end of the NodeList. |
![]() | ResourceLocator | Gets or sets the function that returns resource stream for a given name. |
Name | Description | |
---|---|---|
![]() | Dispose | Releases the resources used by the CsvDataSource. |
![]() | Field | Returns the value of the field with the specified name. |
![]() | GetColumns | Returns the list of the csv columns names. |
![]() | Load | Loads the csv data from the source specified in connection string. |
![]() | MoveFirst | Moves the current position to the first data record. |
![]() | MoveNext | Moves the current position to the next data record. |