In This Topic
Gets the
Query object containing information about the data source, including connection information, query, and so on, required to get the data from the data source.
Syntax
'Declaration
Public ReadOnly Property Query As Query
public Query Query {get;}
See Also