RecroGridRGPropertyIsNSQL Property

Based on ColName, it specifies whether the field is an NSQL expression.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.2.0.24.0426.1
C#
public bool IsNSQL { get; }

Property Value

Boolean
true if this instance is NSQL; otherwise, false.

Remarks

If the field starts with NSQL:, then the system treats it as an NSQL expression.

See Also