SqlCeDataAdapter Constructor
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
Initializes a new instance of the SqlCeDataAdapter class.
Overload List
Initializes a new instance of the SqlCeDataAdapter class.
Supported only by the .NET Compact Framework.
[Visual Basic] Public Sub New()
[JScript] public function SqlCeDataAdapter();
Initializes a new instance of the SqlCeDataAdapter class with the specified SqlCeCommand as the SelectCommand property.
Supported only by the .NET Compact Framework.
[Visual Basic] Public Sub New(SqlCeCommand)
Inintializes a new instance of the SqlCeDataAdapter class with a SelectCommand and a SqlCeConnection object.
Supported only by the .NET Compact Framework.
[Visual Basic] Public Sub New(String, SqlCeConnection)
[JScript] public function SqlCeDataAdapter(String, SqlCeConnection);
Initializes a new instance of the SqlCeDataAdapter class with a SelectCommand and a connection string.
Supported only by the .NET Compact Framework.
[Visual Basic] Public Sub New(String, String)
See Also
SqlCeDataAdapter Class | SqlCeDataAdapter Members | System.Data.SqlServerCe Namespace