CommandText Property (C1CommandBase<TCommandImpl>)
In This Topic
Gets or sets the text command to run against the data source.
Syntax
'Declaration
Public Overridable Property CommandText As String
public virtual string CommandText {get; set;}
See Also