[]
Gets or sets a name of the data source against which the query will be executed.
public string DataSourceName { get; set; }
| Type | Description |
|---|---|
| string | A string value indicating the name of the data source. |
Query query = new Query();
query.DataSourceName = "MyDataSource";