Table of Contents

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

selectItem ISelectItem

The 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

fieldName string

The name of the column to query.

Returns

Function

The function that calculates the field's value.