EntityFieldExtensions.EnumerateTableFields method

namespace: Serenity.Data   assemblySerenity.Net.Entity

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 dictionary of table fields

Return Value

A dictionary of table fields in which field objects are keys.

See Also