| Overload | Description |
|---|---|
| VistaDBDataAdapter Constructor() | Initializes a new instance of the VistaDBDataAdapter class. |
| VistaDBDataAdapter Constructor(VistaDBCommand) | Initializes a new instance of the VistaDBDataAdapter class with the specified VistaDBCommand as the SelectCommand property. |
| VistaDBDataAdapter Constructor(String,VistaDBConnection) | Initializes a new instance of the VistaDBDataAdapter class with a SelectCommand and a VistaDBConnection object. |
| VistaDBDataAdapter Constructor(String,String) | Initializes a new instance of the VistaDBDataAdapter class with a SelectCommand and a connection string. |