Row<TFields>.FindField method
Finds the field with the specified name.
public Field FindField(string fieldName)
| parameter | description |
|---|---|
| fieldName | Name of the field. |
Return Value
The field with the specified name, or null if not found.
See Also
- class Field
- class Row<TFields>