QueryParameterField Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the name of the field this Parameter applies to
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string Field { get; set; }
Public Property Field As String
Get
Set
public:
virtual property String^ Field {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_Field();
function set_Field(value);
Property Value
Type:
StringThe name of the field this Parameter applies to
Return Value
Type:
StringThe name of the field this Parameter applies to
Remarks See Also