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
indexintThe 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
namestringThe column name or alias.
Returns
- ISelectItem
The matching ISelectItem.