ActiveReports 12
CommandType Property (Query)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Query Class : CommandType Property

Gets or sets the type of query contained in the CommandText property.

Syntax
'Declaration
 
Public Property CommandType As QueryCommandType
public QueryCommandType CommandType {get; set;}

Property Value

A QueryCommandType enumeration indicating the type of query contained in the CommandText property.

See Also

Reference

Query Class
Query Members