RowExtensions.FindFieldByPropertyName method

namespace: Serenity.Data   assemblySerenity.Net.Entity

Finds the field by property name.

public static Field FindFieldByPropertyName(this IRow row, string name)
parameter description
row The row.
name The name.

See Also