public static class DataTableDynamicExtensions : object
| Member | Description | |
|---|---|---|
![]() ![]() |
DynamicRow | Returns a dynamic DataRow instance that can be accessed with the field name as a property public static object DynamicRow(DataTable dt,
int index); |
![]() ![]() |
DynamicRows | Returns a dynamic list of rows so you can reference them with row.fieldName public static DynamicDataRows DynamicRows(DataTable dt);
|