Click or drag to resize
CommandDefinition Structure
Represents the key aspects of a sql operation

Namespace: Dapper
Assembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public struct CommandDefinition

The CommandDefinition type exposes the following members.

Constructors
  NameDescription
Public methodCommandDefinition
Initialize the command definition
Top
Properties
  NameDescription
Public propertyBuffered
Should data be buffered before returning?
Public propertyCommandText
The command (sql or a stored-procedure name) to execute
Public propertyCommandTimeout
The effective timeout for the command
Public propertyCommandType
The type of command that the command-text represents
Public propertyFlags
Additional state flags against this command
Public propertyParameters
The parameters associated with the command
Public propertyPipelined
Can async queries be pipelined?
Public propertyTransaction
The active transaction for the command
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
See Also