LinkingSetRelationAttribute constructor

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

Declares a linking set relation

public LinkingSetRelationAttribute(Type rowType, string thisKey, string itemKey)
parameter description
rowType Linking row type
thisKey Name of the field in linking row that corresponds to ID in this table
itemKey Name of the field in linking row that will hold item values in list

See Also