EntityCollectionBaseTEntityDefaultView Property  | 
 
            Gets the default view for this entitycollection. The returned value is the same instance every time this property is read. 
            It's an 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.6.0.0 (5.6.19.0117)
Syntax[BrowsableAttribute(false)]
[XmlIgnoreAttribute]
public EntityView<TEntity> DefaultView { get; }<BrowsableAttribute(false)>
<XmlIgnoreAttribute>
Public ReadOnly Property DefaultView As EntityView(Of TEntity)
	Get
Property Value
Type: 
EntityViewTEntityThe default view.
See Also