Method HasSelectItem
- Namespace
- YndigoBlue.Velocity.Model
- Assembly
- YndigoBlue.Velocity.dll
HasSelectItem(ISelectItem)
Determines whether the specified select item corresponds to a column in this table.
public bool HasSelectItem(ISelectItem selectItem)
Parameters
selectItemISelectItemThe select item to check by name.
Returns
- bool
trueif a column with that name exists; otherwise,false.
HasSelectItem(string)
Determines whether a column with the specified name exists in this table.
public bool HasSelectItem(string name)
Parameters
namestringThe column name to check.
Returns
- bool
trueif a column with that name exists; otherwise,false.