PerformSelectEventArgsContainedCollection Property  | 
 
            Gets the contained collection in the data source control
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.10.0.0 (5.10.0)
Syntaxpublic IEntityCollection ContainedCollection { get; }Public ReadOnly Property ContainedCollection As IEntityCollection
	Get
Property Value
Type: 
IEntityCollectionThe contained collection.
See Also