ActiveReports 9
CommandBehavior Enumeration

Specifies the kind of results an IDbCommand Interface returns. 
Syntax
'Declaration
 
Public Enum CommandBehavior 
   Inherits System.Enum
public enum CommandBehavior : System.Enum 
Members
MemberDescription
SchemaOnlyA single record is returned.
SingleResultOnly column information or the command's results are returned.
SingleRow
Indicates that the command result is expected to return a single row. Execution of the query may effect the database state. Data providers may or may not optimize the command based on this setting.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Extensibility.Data.CommandBehavior

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.Extensibility.Data Namespace

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum