Click or drag to resize
LLBLGenProDataSourceView2ContainedEntityCollection 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.3.0.0 (5.3.0)
Syntax
public IEntityCollection2 ContainedEntityCollection { get; set; }

Property Value

Type: IEntityCollection2
The contained entity collection.
See Also