EnumField<TEnum> indexer
Gets or sets the value of this field with the specified row.
public TEnum? this[IRow row] { get; set; }
| parameter | description |
|---|---|
| row | The row. |
Return Value
The enum value of the field in the row.
See Also
- interface IRow
- class EnumField<TEnum>