Click or drag to resize
EntityBase2HasPopulatedMemberEntityCollections Method
Determines whether the entity has populated member collections

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
protected virtual bool HasPopulatedMemberEntityCollections()

Return Value

Type: Boolean
true if the entity has populated member collections.
See Also