Click or drag to resize

IModelInfoProviderGetEntityFields Method (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.7.0.0 (5.7.0)
Syntax
IEntityFields2 GetEntityFields(
	string entityName
)

Parameters

entityName
Type: SystemString
Name of the entity.

Return Value

Type: IEntityFields2
Remarks
Adapter specific
See Also