CommandText Property
Summary
Gets or sets the command text to execute.
Syntax
[DataMemberAttribute(Name="CommandText", IsRequired=true)]
public string CommandText { get; set; }
<DataMemberAttribute(Name="CommandText", IsRequired=True)>
Public Property CommandText As String
[DataMemberAttribute(Name="CommandText", IsRequired=true)]
public:
property String^ CommandText {
String^ get();
void set ( String^ );
}
Property Value
A System.String value expresses the command.