QueryDataSetName Property |
|
DataPA OpenAnalytics API Reference
Gets a property that indicates the dataset name that will be used for this query's results
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string DataSetName { get; }
Public ReadOnly Property DataSetName As String
Get
public:
virtual property String^ DataSetName {
String^ get () sealed;
}
function get_DataSetName();
Property Value
Type:
StringA property that indicates the dataset name that will be used for this query's results.
Return Value
Type:
StringA property that indicates the dataset name that will be used for this query's results.
See Also