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.1.0.0 (5.1.0)
Syntax public DataSourceDataContainerType DataContainerType { get; }
Public ReadOnly Property DataContainerType As DataSourceDataContainerType
Get
Property Value
Type:
DataSourceDataContainerTypeThe type of the data container.
See Also