Method GetFieldAsFunction
- Namespace
- YndigoBlue.Velocity.Model
- Assembly
- YndigoBlue.Velocity.dll
GetFieldAsFunction(ISelectItem)
Gets the database function associated with a field.
public Function GetFieldAsFunction(ISelectItem selectItem)
Parameters
selectItemISelectItemThe column to query.
Returns
- Function
The function that calculates the field's value.
GetFieldAsFunction(string)
Gets the database function associated with a field.
public Function GetFieldAsFunction(string fieldName)
Parameters
fieldNamestringThe name of the column to query.
Returns
- Function
The function that calculates the field's value.