Table of Contents

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

columnIndex int

The 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

selectItemName string

Returns

object

An object with the field value

GetField(ISelectItem)

protected object GetField(ISelectItem selectItem)

Parameters

selectItem ISelectItem

Returns

object