Constructor Overloads | Description |
IngresDataAdapter() | Instantiates a new instance of the IngresDataAdapter class using default property values |
IngresDataAdapter (IngresCommand) | Instantiates a new instance of the IngresDataAdapter class using the defined IngresCommand as the SelectCommand. |
IngresDataAdapter (string, IngresConnection) | Instantiates a new instance of the IngresDataAdapter class using the defined command text for a new instance of IngresCommand for the SelectCommand, and the IngresConnection object |
IngresDataAdapter (string, string) | Instantiates a new instance of the IngresDataAdapter class using the defined command text for the SelectCommand and a connection string |