SetModelDataColumn Method
SetModelDataColumn(int, string)
Binds the model column with the data source column.
Declaration
void SetModelDataColumn(int column, string columnName)
Sub SetModelDataColumn(column As Integer, columnName As String)
Parameters
Type |
Name |
Description |
int |
column |
Model column to be bound
|
string |
columnName |
Data source column name of the column to which to bind
|