Gets or sets the command text.

Namespace: Simol
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
public string CommandText { get; private set; }
Visual Basic
Public Property CommandText As String
	Get
	Private Set
Visual C++
public:
property String^ CommandText {
	String^ get ();
	private: void set (String^ value);
}

Field Value

The command text.

See Also