CommandText Property (Query)
In This Topic
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
CommandType property.
Syntax
'Declaration
Public Property CommandText As String
public string CommandText {get; set;}
See Also