PerformGetDbCountEventArgsContainedCollection Property |
Gets the contained collection in the data source control
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 IEntityCollection ContainedCollection { get; }
Public ReadOnly Property ContainedCollection As IEntityCollection
Get
Property Value
Type:
IEntityCollectionThe contained collection.
See Also