Method HasFieldAsQuery
- Namespace
- YndigoBlue.Velocity.Model
- Assembly
- YndigoBlue.Velocity.dll
HasFieldAsQuery(ISelectItem)
Determines whether a field is set to a subquery value.
public bool HasFieldAsQuery(ISelectItem selectItem)
Parameters
selectItemISelectItemThe column to check.
Returns
- bool
True if the field is set to a subquery; otherwise, false.