ActiveReports 9
QueryCommandType Enumeration

Specifies the type of query contained in the CommandText.
Syntax
'Declaration
 
Public Enum QueryCommandType 
   Inherits System.Enum
public enum QueryCommandType : System.Enum 
Members
MemberDescription
StoredProcedureIndicates that the value of the CommandText is the name of a stored procedure to execute. The stored procedure must return a single result set.
TableDirectIndicates that the value of the CommandText is the name of a table from which to retrieve data. All data from the table is returned.
TextIndicates that the value of the CommandText is a text string to pass to the data source, for example, a Transact-SQL query.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.PageReportModel.QueryCommandType

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GrapeCity.ActiveReports.PageReportModel Namespace

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum