GetColumnCountFromRow

Obtient le nombre de colonnes.

Syntaxe

int	 getColumnCountFromRow(DataRow* dataRow ) 

Paramètre

  • Datarow - le DataRow auquel cette fonction s'applique

Résultats

Renvoie le nombre de colonnes.

Exemple

//Assume that the dataRow is given here
int nColumnCount ;
nColumnCount = getColumnCountFromRow (dataRow );