Gets or sets the type of query assigned to the CommandText property on the current query.

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

Syntax

C#
public CommandTypeEnum CommandType { get; set; }
Visual Basic
Public Property CommandType As CommandTypeEnum
	Get
	Set

See Also