| Overload | Description | 
|---|---|
| TdDataAdapter Constructor() | Initializes a new instance of the TdDataAdapter class. | 
| TdDataAdapter Constructor(TdCommand) | Initializes a new instance of the TdDataAdapter class and sets the SelectCommand property to the passed in TdCommand. | 
| TdDataAdapter Constructor(String,TdConnection) | Initializes a new instance of the TdDataAdapter class and sets the SelectCommand property. | 
| TdDataAdapter Constructor(String,String) | Initialize a new instance of the TdDataAdapter class and sets the SelectCommand property. |