UpdatableExtensionAttribute constructor

namespace: Serenity.Data.Mapping   assemblySerenity.Net.Data

Initializes a new instance of the UpdatableExtensionAttribute class.

public UpdatableExtensionAttribute(string alias, Type rowType)
parameter description
alias The alias.
rowType Type of the row.

See Also