GrapeCity.ActiveReports.Extensibility.v9 Assembly > GrapeCity.ActiveReports.Extensibility.Data Namespace : CommandBehavior Enumeration |
'Declaration Public Enum CommandBehavior Inherits System.Enum
public enum CommandBehavior : System.Enum
Member | Description |
---|---|
SchemaOnly | A single record is returned. |
SingleResult | Only 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.
|
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.Extensibility.Data.CommandBehavior