Class DataTableRowExtensions
Inheritance
DataTableRowExtensions
Assembly: PayrollEngine.Core.dll
Syntax
public static class DataTableRowExtensions
Methods
AsSingleRow(DataTable)
Declaration
public static DataRow AsSingleRow(this DataTable table)
Parameters
Returns
DeleteRows(DataTable, string)
Declaration
public static int DeleteRows(this DataTable table, string filterExpression)
Parameters
Returns
HasRows(DataTable)
Declaration
public static bool HasRows(this DataTable table)
Parameters
Returns
IsSingleRow(DataTable)
Declaration
public static bool IsSingleRow(this DataTable table)
Parameters
Returns
Rows(DataTable)
Declaration
public static EnumerableRowCollection Rows(this DataTable table)
Parameters
Returns
SelectRows(DataTable, string)
Declaration
public static IEnumerable<DataRow> SelectRows(this DataTable table, string filterExpression)
Parameters
Returns
SingleRow(DataTable)
Declaration
public static DataRow SingleRow(this DataTable table)
Parameters
Returns
SingleRowId(DataTable)
Declaration
public static int SingleRowId(this DataTable table)
Parameters
Returns
SingleRowIdentifier(DataTable)
Declaration
public static string SingleRowIdentifier(this DataTable table)
Parameters
Returns
SingleRowName(DataTable)
Declaration
public static string SingleRowName(this DataTable table)
Parameters
Returns
SingleRowValue<T>(DataTable, string, T)
Declaration
public static T SingleRowValue<T>(this DataTable table, string column, T defaultValue = default)
Parameters
Returns
Type Parameters