QueryConditionFunctionLookup Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the function lookup string for this condition
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string FunctionLookup { get; set; }
Public Property FunctionLookup As String
Get
Set
public:
virtual property String^ FunctionLookup {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_FunctionLookup();
function set_FunctionLookup(value);
Property Value
Type:
StringThe function lookup string for this condition
Return Value
Type:
StringThe function lookup string for this condition
Remarks See Also