Overload | Description |
---|---|
UniDataAdapter Constructor() | Initializes a new instance of the UniDataAdapter class. |
UniDataAdapter Constructor(UniCommand) | Initializes a new instance of the UniDataAdapter class with the specified UniCommand as the %% property. |
UniDataAdapter Constructor(String,String) | Initializes a new instance of the UniDataAdapter class with a SelectCommand and a connection string. |
UniDataAdapter Constructor(String,UniConnection) | Initializes a new instance of the UniDataAdapter class with a SelectCommand and a UniConnection object. |