mardi 23 août 2011

Number records of table

public static int64 NumberRecords(Common _table)
{
    select count(RecId) from _table;
    return _table.RecId;
}

Aucun commentaire:

Enregistrer un commentaire