EntityBase2HasPopulatedMemberEntityCollections Method |
Determines whether the entity has populated member collections
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax protected virtual bool HasPopulatedMemberEntityCollections()
Protected Overridable Function HasPopulatedMemberEntityCollections As Boolean
Return Value
Type:
Booleantrue if the entity has populated member collections.
See Also