PerformSelectEventArgs2DataContainerType 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 select action
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxpublic DataSourceDataContainerType DataContainerType { get; }Public ReadOnly Property DataContainerType As DataSourceDataContainerType
	Get
Property Value
Type: 
DataSourceDataContainerTypeThe type of the data container.
See Also