EntityCollectionBase2TEntityDefaultView 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.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax [XmlIgnoreAttribute]
[BrowsableAttribute(false)]
public EntityView2<TEntity> DefaultView { get; }
<XmlIgnoreAttribute>
<BrowsableAttribute(false)>
Public ReadOnly Property DefaultView As EntityView2(Of TEntity)
Get
Property Value
Type:
EntityView2TEntityThe default view.
See Also