RowExtensions.FindFieldByPropertyName method
namespace: Serenity.Data assembly: Serenity.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
- class Field
- interface IRow
- class RowExtensions