Skip to content

Row<TFields> indexer

namespace: Serenity.Data   assemblySerenity.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