Gets or sets the query to perform.

Namespace:  Bespoke.Common.Data
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

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

See Also