Click or drag to resize
PerformSelectEventArgsDataContainerType 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.3.0.0 (5.3.0)
Syntax
public DataSourceDataContainerType DataContainerType { get; }

Property Value

Type: DataSourceDataContainerType
The type of the data container.
See Also