Share via


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()

[C#] public SqlCeDataAdapter();

[C++] public: SqlCeDataAdapter();

[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)

[C#] public SqlCeDataAdapter(SqlCeCommand);

[C++] public: SqlCeDataAdapter(SqlCeCommand*);

[JScript] public function SqlCeDataAdapter(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)

[C#] public SqlCeDataAdapter(string, SqlCeConnection);

[C++] public: SqlCeDataAdapter(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)

[C#] public SqlCeDataAdapter(string, string);

[C++] public: SqlCeDataAdapter(String*, String*);

[JScript] public function SqlCeDataAdapter(String, String);

See Also

SqlCeDataAdapter Class | SqlCeDataAdapter Members | System.Data.SqlServerCe Namespace

Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.

Send comments on this topic.

© Microsoft Corporation. All rights reserved.