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
namestringThe column name or alias.
Property Value
this[int]
Gets the select item at the specified zero-based index in the SELECT clause.
public ISelectItem this[int index] { get; }
Parameters
indexintThe zero-based index of the select item.