Click or drag to resize
IFieldInfoProviderGetEntityFields Method (IInheritanceInfoProvider, IPersistenceInfoProvider, String)
Fills the entity fields object for the adapter entity with the name specified.

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
IEntityFields GetEntityFields(
	IInheritanceInfoProvider inheritanceProvider,
	IPersistenceInfoProvider persistenceInfoProvider,
	string entityName
)

Parameters

inheritanceProvider
Type: SD.LLBLGen.Pro.ORMSupportClassesIInheritanceInfoProvider
The inheritance provider.
persistenceInfoProvider
Type: SD.LLBLGen.Pro.ORMSupportClassesIPersistenceInfoProvider
The persistence info provider.
entityName
Type: SystemString
Name of the entity.

Return Value

Type: IEntityFields
Remarks
SelfServicing specific
See Also