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