Advanced.Data.Provider Documentation

AdpCommand.CommandText Property

[This is preliminary documentation and subject to change.]

Gets or sets the Transact-SQL statement or stored procedure to execute at the data source.

[Visual Basic]
NotOverridable Public Property CommandText As String Implements _
   IDbCommand.CommandText
[C#]
public string CommandText {get; set;}

Implements

IDbCommand.CommandText

See Also

AdpCommand Class | Advanced.Data.Provider Namespace