CommandText Property (Query)
Gets or sets the command text that is executed to obtain the data. The interpretation of this text depends on the query type specified by the
Query.CommandType property.
public string CommandText {get; set;}
'Declaration
Public Property CommandText As String