Merge

Fusionne le DataRow donné et le DataRow actuel.

Syntaxe

public void merge(DataRow other) 

Paramètres

  • L'autre DataRow à fusionner avec le DataRow actuel

Résultats

Aucun(e)

Exemple

DataRow otherDataRow = new DataRow();
dataRow.merge(otherDataRow);