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