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.5.0.0 (5.5.18.1019)
Syntax
public IEntityCollection ContainedEntityCollection { get; set; }

Property Value

Type: IEntityCollection
The contained entity collection.
See Also