Method GetField
- Namespace
- YndigoBlue.Velocity.Model
- Assembly
- YndigoBlue.Velocity.dll
GetField(int)
Untyped version for retrieving a field value. Try to use the typed versions.
public object GetField(int columnIndex)
Parameters
columnIndexintThe index of the column to retrieve
Returns
- object
An object with the field value
GetField(string)
Untyped version for retrieving a field value. Try to use the typed versions.
public object GetField(string selectItemName)
Parameters
selectItemNamestring
Returns
- object
An object with the field value
GetField(ISelectItem)
protected object GetField(ISelectItem selectItem)
Parameters
selectItemISelectItem