EntityFieldExtensions.GetTableFields method
namespace: Serenity.Data assembly: Serenity.Net.Entity
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 dictionary of table fields |
Return Value
A dictionary of table fields in which field objects are keys.
See Also
- class Field
- interface IRow
- class EntityFieldExtensions