Click or drag to resize
ImportSubjectArgscAllowContains Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets a property that contains a list which indicates if each field in the subject can be used for in the query for conditions that use the Progress CONTAINS keyword requiring a word index.

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string cAllowContains { get; set; }

Property Value

Type: String
A property that contains a list which indicates if each field in the subject can be used for in the query for conditions that use the Progress CONTAINS keyword requiring a word index.

Return Value

Type: String
A property that contains a list which indicates if each field in the subject can be used for in the query for conditions that use the Progress CONTAINS keyword requiring a word index.
Remarks
This property is a CHR(1) delimited list and should be the same length as the cFields list. The indicators in the list are -1 for true and 0 for false.
See Also