| PerformGetDbCountEventArgs2ContainedCollection 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.1.0.0 (5.1.0)
Syntaxpublic IEntityCollection2 ContainedCollection { get; }Public ReadOnly Property ContainedCollection As IEntityCollection2
	Get
Property Value
Type: 
IEntityCollection2The contained collection.
See Also