MsDb2Command 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 MsDb2Command sealed : System::Data::Common::DbCommand, ICloneable
public sealed class MsDb2Command : System.Data.Common.DbCommand, ICloneable
type MsDb2Command = class
inherit DbCommand
interface ICloneable
Public NotInheritable Class MsDb2Command
Inherits DbCommand
Implements ICloneable
- Inheritance
-
MsDb2Command
- Implements
Constructors
| MsDb2Command() | |
| MsDb2Command(MsDb2Command) | |
| MsDb2Command(String) | |
| MsDb2Command(String, MsDb2Connection) | |
| MsDb2Command(String, MsDb2Connection, MsDb2Transaction) |
Properties
| CommandSourceId | |
| CommandText | |
| CommandTimeout | |
| CommandType | |
| Connection | |
| CursorName | |
| DesignTimeVisible | |
| LiteralReplacement | |
| Parameters | |
| Transaction | |
| UpdatedRowSource |