RowExtensions.FindField method
Finds the field by its name.
public static Field FindField(this IRow row, string name)
| parameter | description |
|---|---|
| row | The row. |
| name | The name. |
Return Value
The field with the specified name.
See Also
- class Field
- interface IRow
- class RowExtensions