Translation of "DataReader" in German
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
Otherwise this can be used as a regular DataReader.
Gets a DataReader with the updates for this uploaded table data. Remarks
Ruft ein DataReader-Objekt mit den Aktualisierungvorgängen für diese Uploadtabellendaten ab.
Call the ExecuteReader method to return the DataReader object.
This behavior is different from that of other DataReader implementations.
A DataReader with primary key columns for deleted rows.
Ein DataReader mit Primärschlüsselspalten für gelöschte Zeilen.
Close the DataReader and the connection objects.
Schließen Sie den DataReader und die Verbindungsobjekte.
The data is returned in a DataReader.
Die Daten werden in einem DataReader zurückgegeben.
Gets a DataReader with the updates for this uploaded table data.
Ermittelt einen DataReader mit den Aktualisierungsvorgängen für diese Uploadtabellendaten.
Make a note of the name of the DataReader destination.
Within the package, you can use these variables as query parameters or in expressions to affect the results returned to the DataReader destination.
Innerhalb des Pakets können Sie diese Variablen als Abfrageparameter oder in Ausdrücken verwenden, um die an das DataReader-Ziel zurückgegebenen Ergebnisse zu beeinflussen.
Give the DataReader destination a descriptive name, since you will use this name later in your client application.
Geben Sie dem DataReader-Ziel einen aussagekräftigen Namen, da Sie diesen Namen später in der Clientanwendung verwenden werden.
New and old rows can both be accessed by changing the mode of the DataReader to old or new.
Neue und alte Zeilen lassen sich aufrufen, indem Sie den Modus des DataReader auf "alt" oder "neu" setzen.
In the data flow of the package, configure a DataReader destination to receive the output that you want to read into the client application.
Konfigurieren Sie in dem Paket ein DataReader-Ziel so, dass die Ausgabe empfangen wird, die in die Clientanwendung gelesen werden soll.