Merge

Fusionne le DataRow donné et le DataRow actuel.

Syntaxe

void merge(DataRow* other) 

Paramètres

  • Autre DataRow à fusionner avec le DataRow actuel

Exemple

DataRow* otherDataRow = new DataRow();
DataRow->merge(otherDataRow);