LinkingSetRelationAttribute constructor
namespace: Serenity.Data.Mapping assembly: Serenity.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 |