| PerformGetDbCountEventArgs2DataContainerType Property | 
 
            Gets the type of the data container. Use this value to determine which values to retrieve from this event arguments object to perform the GetDbCount action
            
 
    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 DataSourceDataContainerType DataContainerType { get; }Public ReadOnly Property DataContainerType As DataSourceDataContainerType
	Get
Property Value
Type: 
DataSourceDataContainerTypeThe type of the data container.
 See Also
See Also