LLBLGenProDataSourceViewContainedEntityCollection Property |
Gets or sets the contained entity collection.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses.Web (in SD.LLBLGen.Pro.ORMSupportClasses.Web.dll) Version: 5.4.0.0 (5.4.0)
Syntax public IEntityCollection ContainedEntityCollection { get; set; }
Public Property ContainedEntityCollection As IEntityCollection
Get
Set
Property Value
Type:
IEntityCollectionThe contained entity collection.
See Also