Exemplo n.º 1
0
 public static DataRow GetFirstRow(this DataSet dataSet)
 {
     return(SDataRow.GetFirstRow <DataSet>(dataSet));
 }
Exemplo n.º 2
0
 public static bool HasRows(this DataSet dataSet)
 {
     return(SDataRow.HasRows <DataSet>(dataSet));
 }
Exemplo n.º 3
0
 public static bool HasRows(this DataTable dataTable)
 {
     return(SDataRow.HasRows <DataTable>(dataTable));
 }
Exemplo n.º 4
0
 public static DataRow GetFirstRow(this DataTable dataTable)
 {
     return(SDataRow.GetFirstRow <DataTable>(dataTable));
 }
Exemplo n.º 5
0
 public static DataRow GetFirstRow(this DataView dataView)
 {
     return(SDataRow.GetFirstRow <DataView>(dataView));
 }