RowField<TForeign> constructor

namespace: Serenity.Data   assemblySerenity.Net.Entity

Initializes a new instance of the RowField class.

public RowField(ICollection<Field> collection, string name, LocalText caption = null, int size = 0, 
    FieldFlags flags = FieldFlags.None | FieldFlags.NotMapped | FieldFlags.Default, 
    Func<IRow, TForeign> getValue = null, Action<IRow, TForeign> setValue = null)
parameter description
collection The collection.
name The name.
caption The caption.
size The size.
flags The flags.
getValue The get value.
setValue The set value.

See Also