Name | Description | |
---|---|---|
![]() | AutoGenerateColumns | Gets or sets whether to generate the columns automatically based on the data source. |
![]() | DataMember | Gets or sets the data member (table name). |
![]() | DataSource | Gets or sets the data source. |
The following tables list the members exposed by IDataSourceSupport.
Name | Description | |
---|---|---|
![]() | AutoGenerateColumns | Gets or sets whether to generate the columns automatically based on the data source. |
![]() | DataMember | Gets or sets the data member (table name). |
![]() | DataSource | Gets or sets the data source. |
Name | Description | |
---|---|---|
![]() | GetDataColumnFromModelColumn | Converts the model column index to the data source column index. |
![]() | GetDataColumnName | Gets the column name at the specified position. |
![]() | GetDataRowFromModelRow | Converts the model row index to the data source row index. |
![]() | GetDataView | Gets the DataView object. |
![]() | GetModelColumnFromDataColumn | Converts the data source column index to the model column index. |
![]() | GetModelRowFromDataRow | Converts the data source row index to the model row index. |
![]() | IsColumnBound | Determines whether the column is bound to a data source column. |
![]() | SetModelDataColumn | Binds the model column with the data source column. |