RowExtensions.FindField method
namespace: Serenity.Data assembly: Serenity.Net.Entity
Finds the field by its name
public static Field FindField(this IRow row, string name)
| parameter | description |
|---|---|
| row | The row. |
| name | The name. |
See Also
- class Field
- interface IRow
- class RowExtensions