ActiveReports Developer 7
CommandType Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Data Namespace > IDbCommand Interface : CommandType Property

Glossary Item Box

Specifies how to interpret the statement in CommandText.  

Syntax

Visual Basic (Declaration) 
Property CommandType As CommandType
C# 
CommandType CommandType {get; set;}

See Also