EnumField<TEnum> indexer
namespace: Serenity.Data assembly: Serenity.Net.Entity
Gets or sets the value of this field with the specified row.
public TEnum? this[IRow row] { get; set; }
| parameter | description |
|---|---|
| row | The row. |
See Also
- struct TEnum
- interface IRow
- class EnumField<TEnum>