Table of Contents

Method GetSelectItem

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

GetSelectItem(int)

Gets the select item at the specified zero-based index in the SELECT clause.

public ISelectItem GetSelectItem(int index)

Parameters

index int

The zero-based index of the select item.

Returns

ISelectItem

The ISelectItem at the given position.

GetSelectItem(string)

Gets the select item with the specified name or alias from the SELECT clause.

public ISelectItem GetSelectItem(string name)

Parameters

name string

The column name or alias.

Returns

ISelectItem

The matching ISelectItem.