Table of Contents

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

selectItem ISelectItem

The column to check.

Returns

bool

True if the field is set to a subquery; otherwise, false.