Gets or sets the text of a SQL statement or stored procedure.
Public Overrides Property CommandText As String
public override string CommandText {get;set;}
The SQL statement or the name of the stored procedure to execute. The default is an empty string.