Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Deutsch) » UltraLite - .NET-Programmierung » UltraLite .NET 2.0 API-Referenz » ULCommandBuilder-Klasse » ULCommandBuilder-Konstruktoren

 

ULCommandBuilder(ULDataAdapter)-Konstruktor

Initialisiert ein ULCommandBuilder-Objekt mit dem angegebenen ULDataAdapter-Objekt.

Syntax
Visual Basic
Public Sub New( _
   ByVal adapter As ULDataAdapter _
)
C#
public  ULCommandBuilder(
   ULDataAdapter adapter
);
Parameter
  • adapter   Ein ULDataAdapter-Objekt

Siehe auch