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