DrdaCommand Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class DrdaCommand sealed : System::Data::Common::DbCommand, ICloneable
public sealed class DrdaCommand : System.Data.Common.DbCommand, ICloneable
type DrdaCommand = class
inherit DbCommand
interface ICloneable
Public NotInheritable Class DrdaCommand
Inherits DbCommand
Implements ICloneable
- Inheritance
-
DrdaCommand
- Implements
Constructors
| DrdaCommand() | |
| DrdaCommand(DrdaCommand) | |
| DrdaCommand(String) | |
| DrdaCommand(String, DrdaConnection) | |
| DrdaCommand(String, DrdaConnection, DrdaTransaction) |
Properties
| CommandSourceId | |
| CommandText | |
| CommandTimeout | |
| CommandType | |
| Connection | |
| CursorName | |
| DesignTimeVisible | |
| LiteralReplacement | |
| Parameters | |
| Transaction | |
| UpdatedRowSource |