ImportSubjectArgscAllowIndex Property |
|
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 query conditions.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string cAllowIndex { get; set; }
Public Property cAllowIndex As String
Get
Set
public:
virtual property String^ cAllowIndex {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_cAllowIndex();
function set_cAllowIndex(value);
Property Value
Type:
StringA property that contains a list which indicates if each field in the subject can be used for query conditions.
Return Value
Type:
StringA property that contains a list which indicates if each field in the subject can be used for query conditions.
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