Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.