Click or drag to resize

IModelInfoProviderGetEntityFields Method (String, IPersistenceInfoProvider)

Fills the entity fields object for the selfservicing entity with the name specified.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
IEntityFields GetEntityFields(
	string entityName,
	IPersistenceInfoProvider persistenceInfoProvider
)

Parameters

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

Return Value

Type: IEntityFields
Remarks
SelfServicing specific
See Also