메소드 | 설명 | |
---|---|---|
DataRowValueGetter ( string columnName ) : System |
Initializes a new instance of the DataRowValueGetter class.
|
|
GetValue ( object instance ) : object |
Gets the value.
|
public DataRowValueGetter ( string columnName ) : System | ||
columnName | string | Name of the column. |
리턴 | System |
public GetValue ( object instance ) : object | ||
instance | object | The instance. |
리턴 | object |