Click or drag to resize
InheritanceInfoProviderBaseGetAllEntityNamesInProvider Method
Gets all entity names in the provider.

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
public List<string> GetAllEntityNamesInProvider()

Return Value

Type: ListString
List with all entity names in the provider.

Implements

IInheritanceInfoProviderGetAllEntityNamesInProvider
See Also