Table of Contents

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

selectItem ISelectItem

The 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

fieldName string

The name of the column to query.

Returns

Query

The subquery that provides the field's value.