Method | Description | |
---|---|---|
DataRowViewValueGetter ( string columnName ) : System |
Initializes a new instance of the DataRowViewValueGetter class.
|
|
GetValue ( object instance ) : object |
Gets the value.
|
public DataRowViewValueGetter ( string columnName ) : System | ||
columnName | string | Name of the column. |
return | System |
public GetValue ( object instance ) : object | ||
instance | object | The instance. |
return | object |