Share via


SqlCeCommandBuilder Constructor (SqlCeDataAdapter)

Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.

Initializes a new instance of the SqlCeCommandBuilder class with associated SqlCeDataAdapter and SqlCeCommand objects.

  [Visual Basic]
  Public Sub New( _
   ByVal 
  adapter
   As SqlCeDataAdapter _
)
[C#]
public SqlCeCommandBuilder(
   SqlCeDataAdapter adapter
);
[C++]
public: SqlCeCommandBuilder(
   SqlCeDataAdapter* adapter
);
[JScript]
public function SqlCeCommandBuilder(
   adapter : SqlCeDataAdapter);

Parameters

Requirements

Platforms: .NET Compact Framework

.NET Framework Security:

See Also

SqlCeCommandBuilder Class | SqlCeCommandBuilder Members | System.Data.SqlServerCe Namespace | SqlCeCommandBuilder Constructor Overload List

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

Send comments on this topic.

© Microsoft Corporation. All rights reserved.