Table of Contents

Method GetSelectItem

Namespace
YndigoBlue.Velocity.Model
Assembly
YndigoBlue.Velocity.dll

GetSelectItem(string)

Returns the column with the specified name as an ISelectItem.

public ISelectItem GetSelectItem(string name)

Parameters

name string

The column name.

Returns

ISelectItem

The matching column.