Click or drag to resize
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.0.0.0 (5.0.0)
Syntax
public IEntityCollection ContainedEntityCollection { get; set; }

Property Value

Type: IEntityCollection
The contained entity collection.
See Also