| Visual Basic (Declaration) | |
|---|---|
Public Enum CommandBehavior Inherits Enum | |
| C# | |
|---|---|
public enum CommandBehavior : Enum | |
| Member | Description |
|---|---|
| SingleResult | A single record is returned. |
| SchemaOnly | Only column information for the command's results is returned. |
| SingleRow | Indicates 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
DataDynamics.Reports.Extensibility.Data.CommandBehavior