EntityFieldExtensions.GetTableFields method
Gets a dictionary of table fields (e.g. not a foreign or calculated field) in a row.
public static HashSet<Field> GetTableFields(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