Constructor Overloads | Description |
IngresCommand() | Instantiates a new instance of the IngresCommand class using default property values |
IngresCommand(string) | Instantiates a new instance of the IngresCommand class using the defined SQL command or database procedure |
IngresCommand(string, IngresConnection) | Instantiates a new instance of the IngresCommand class using the defined SQL command or database procedure and the connection to the Ingres, Vector, or Enterprise Access database |
IngresCommand(string, IngresConnection, IngresTransaction) | Instantiates a new instance of the IngresCommand class using the defined SQL command or database procedure, the connection to the Ingres, Vector, or Enterprise Access database, and the IngresTransaction object |