EntityCollectionBaseTEntityIEntityCollectionDefaultView Property |
Gets the default view for this entitycollection. The returned value is a new instance every time this property is read. It's a new entity view without a
filter or a sorter.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax IEntityView IEntityCollection.DefaultView { get; }
Private ReadOnly Property DefaultView As IEntityView
Implements IEntityCollection.DefaultView
Get
Property Value
Type:
IEntityViewThe default view.
Implements
IEntityCollectionDefaultViewSee Also