Name | Description | |
---|---|---|
DataReader | System.Data.IDataReader to read the data. | |
List | Wrapped System.Collections.IList instance. |
The following tables list the members exposed by IListDataSource.
Name | Description | |
---|---|---|
DataReader | System.Data.IDataReader to read the data. | |
List | Wrapped System.Collections.IList instance. |
Name | Description | |
---|---|---|
GetOrdinal | Allows to cache ordinal. Suggested to return 0 or any valid value for GetValue method implementation. | |
GetValue | Access to value. |