Gets or sets the information about the data source, including connection information, query, etc.
'Declaration Public Property Query As Query
public Query Query {get; set;}
Setting a value for this property is required to get the data from the data source.
DataSet Class DataSet Members