LookupCalcFields Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the calculation used to populate this lookup
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string CalcFields { get; set; }
Public Property CalcFields As String
Get
Set
public:
virtual property String^ CalcFields {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_CalcFields();
function set_CalcFields(value);
Property Value
Type:
StringThe calculation used to populate this lookup
Return Value
Type:
StringThe calculation used to populate this lookup
Remarks See Also