FieldAllowContains Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates if this field supports the contains operator.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool AllowContains { get; set; }
Public Property AllowContains As Boolean
Get
Set
public:
virtual property bool AllowContains {
bool get () sealed;
void set (bool value) sealed;
}
function get_AllowContains();
function set_AllowContains(value);
Property Value
Type:
BooleanTrue if this field supports the contains operator.
Return Value
Type:
BooleanTrue if this field supports the contains operator.
Remarks See Also