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.1.0.0 (5.1.0)
Syntax public IEntityCollection2 ContainedEntityCollection { get; set; }
Public Property ContainedEntityCollection As IEntityCollection2
Get
Set
Property Value
Type:
IEntityCollection2The contained entity collection.
See Also