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