Пример #1
0
 public static bool HasRows(this DataSet dataSet)
 {
     return(SDataRow.HasRows <DataSet>(dataSet));
 }
Пример #2
0
 public static bool HasRows(this DataTable dataTable)
 {
     return(SDataRow.HasRows <DataTable>(dataTable));
 }