Row<TFields> indexer
namespace: Serenity.Data assembly: Serenity.Net.Entity
Gets or sets the Object with the specified field name.
public object this[string fieldName] { get; set; }
| parameter | description |
|---|---|
| fieldName | Name of the field. |
Property Value
The Object.
See Also
- class Row<TFields>