Click or drag to resize
CommandDefinition Properties

The CommandDefinition type exposes the following members.

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
See Also