IEmbeddedLoadable.MasterModel Property
.NET Standard 2.x
Get a reference to the master model object which is passed in as an argument when the ISqlModelMapper.TrackMaster method is called.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Syntax
TModel MasterModel { get; }
Returns
System.TModel
A reference to the master model object.
Remarks
The master model indicates the topmost-level model in the master-detail relationships created by applying the ModelEmbedded attribute or the SqlEmbedded attribute.
Applies to
.NET Standard
2.x