Method GetFieldAsQuery
- Namespace
- YndigoBlue.Velocity.Model
- Assembly
- YndigoBlue.Velocity.dll
GetFieldAsQuery(ISelectItem)
Gets the subquery associated with a field.
public Query GetFieldAsQuery(ISelectItem selectItem)
Parameters
selectItemISelectItemThe column to query.
Returns
- Query
The subquery that provides the field's value.
GetFieldAsQuery(string)
Gets the subquery associated with a field.
public Query GetFieldAsQuery(string fieldName)
Parameters
fieldNamestringThe name of the column to query.
Returns
- Query
The subquery that provides the field's value.