SqlDataAdapter Constructor
.NET Framework (current version)
Initializes a new instance of the SqlDataAdapter class.
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | SqlDataAdapter() | Initializes a new instance of the SqlDataAdapter class. |
![]() | SqlDataAdapter(SqlCommand^) | Initializes a new instance of the SqlDataAdapter class with the specified SqlCommand as the SelectCommand property. |
![]() | SqlDataAdapter(String^, SqlConnection^) | Initializes a new instance of the SqlDataAdapter class with a SelectCommand and a SqlConnection object. |
![]() | SqlDataAdapter(String^, String^) | Initializes a new instance of the SqlDataAdapter class with a SelectCommand and a connection string. |
Show:
