IRow indexer

namespace: Serenity.Data   assemblySerenity.Net.Entity

Gets or sets a field value with specified name

public object this[string fieldName] { get; set; }
parameter description
fieldName Name of the field.

See Also