Gets or sets the command text that is executed to obtain the data. The interpretation of this text depends on the query type specified by the CommandType property.

Namespace:  C1.C1Preview.DataBinding
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public string CommandText { get; set; }
Visual Basic
Public Property CommandText As String
	Get
	Set

See Also