EntityFieldExtensions.EnumerateTableFields method
Gets a dictionary of table fields (e.g. not a foreign or calculated field) in a row.
public static IEnumerable<Field> EnumerateTableFields(this IRow row)
| parameter | description |
|---|---|
| row | The row to return the dictionary of table fields for. |
Return Value
A dictionary of table fields in which field objects are keys.
See Also
- class Field
- interface IRow
- class EntityFieldExtensions