Table of Contents

Property this

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

this[string]

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

public ISelectItem this[string name] { get; }

Parameters

name string

The column name or alias.

Property Value

ISelectItem

this[int]

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

public ISelectItem this[int index] { get; }

Parameters

index int

The zero-based index of the select item.

Property Value

ISelectItem