FieldAllowCondition Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates if this field can be used in a condition.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool AllowCondition { get; set; }
Public Property AllowCondition As Boolean
Get
Set
public:
virtual property bool AllowCondition {
bool get () sealed;
void set (bool value) sealed;
}
function get_AllowCondition();
function set_AllowCondition(value);
Property Value
Type:
BooleanTrue if this field can be used in a condition.
Return Value
Type:
BooleanTrue if this field can be used in a condition.
Remarks See Also