Name | Description | |
---|---|---|
![]() | CommandText | Overridden. Gets or sets the text command to run against the data source. |
![]() | CommandTimeout | Overridden. Gets or sets the wait time before terminating the attempt to execute a command and generating an error. |
![]() | CommandType | Overridden. Indicates or specifies how the CommandText property is interpreted. |
![]() | Connection | (Inherited from System.Data.Common.DbCommand) |
![]() | Container | (Inherited from System.ComponentModel.Component) |
![]() | DesignTimeVisible | Overridden. Gets or sets a value indicating whether the command object should be visible in a customized interface control. |
![]() | Parameters | The Parameters list of this command. |
![]() | Site | (Inherited from System.ComponentModel.Component) |
![]() | Transaction | (Inherited from System.Data.Common.DbCommand) |
![]() | UnderlyingCommand | The underlying command used by this DbCommandWrap<TInnerConnection,TInnerCommand,TInnerParameter>. |
![]() | UpdatedRowSource | Overridden. Gets or sets how command results are applied to the System.Data.DataRow when used by the Update method of a System.Data.Common.DbDataAdapter. |