Method HasSelectItem
- Namespace
- YndigoBlue.Velocity.Model
- Assembly
- YndigoBlue.Velocity.dll
HasSelectItem(ISelectItem)
Determines whether the specified select item is present in the SELECT clause of this query.
public bool HasSelectItem(ISelectItem selectItem)
Parameters
selectItemISelectItemThe select item to look for.
Returns
- bool
trueif the select item is in the SELECT clause; otherwise,false.
HasSelectItem(string)
Determines whether a select item with the specified name is present in the SELECT clause of this query.
public bool HasSelectItem(string name)
Parameters
namestringThe column or alias name to look for.
Returns
- bool
trueif a matching select item is in the SELECT clause; otherwise,false.