PerformSelectEventArgs2ContainedTypedList Property |
Gets the contained typed list in the data source control
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax public ITypedListLgp2 ContainedTypedList { get; }
Public ReadOnly Property ContainedTypedList As ITypedListLgp2
Get
Property Value
Type:
ITypedListLgp2The contained typed list.
See Also