Merge

Fusionne le DataRow donné et le DataRow actuel.

Syntaxe

Sub merge(other As DataRow) 

Paramètres

  • L'autre DataRow à fusionner avec le DataRow actuel

Résultats

Aucun(e)

Exemple

Dim otherDataRow As New G1CLIENTlib.DataRow
...
dataRow.merge(otherDataRow)