QueryQueryType Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that identifies the type of this query
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public QueryQueryTypeEnum QueryType { get; set; }
Public Property QueryType As QueryQueryTypeEnum
Get
Set
public:
virtual property QueryQueryTypeEnum QueryType {
QueryQueryTypeEnum get () sealed;
void set (QueryQueryTypeEnum value) sealed;
}
function get_QueryType();
function set_QueryType(value);
Property Value
Type:
QueryQueryTypeEnumA value that identifies the type of this query
Return Value
Type:
QueryQueryTypeEnumA value that identifies the type of this query
Remarks See Also