SqlCeDataAdapter Constructor
.NET Framework 2.0
Initializes a new instance of the SqlCeDataAdapter class.
| Name | Description |
|---|---|
| SqlCeDataAdapter () | Initializes a new instance of the SqlCeDataAdapter class. Supported by the .NET Compact Framework. |
| SqlCeDataAdapter (SqlCeCommand) | Initializes a new instance of the SqlCeDataAdapter class with the specified SqlCeCommand as the SelectCommand property. Supported by the .NET Compact Framework. |
| SqlCeDataAdapter (String, SqlCeConnection) | Initializes a new instance of the SqlCeDataAdapter class with a SelectCommand and a SqlCeConnection object. Supported by the .NET Compact Framework. |
| SqlCeDataAdapter (String, String) | Initializes a new instance of the SqlCeDataAdapter class with a SelectCommand and a connection string. Supported by the .NET Compact Framework. |