Method GetFieldValue
- Namespace
- YndigoBlue.Velocity.Model
- Assembly
- YndigoBlue.Velocity.dll
GetFieldValue(string, DataType)
Gets the value of a named field, returned as the CLR type that corresponds to dataType.
public override object GetFieldValue(string fieldName, DataType dataType)
Parameters
fieldNamestringThe column name.
dataTypeDataTypeThe DataType that controls which typed getter is used.