Click or drag to resize

ModelInfoProviderBase.GetEntityFields 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.6.0.0 (5.6.19.0117)
Syntax
public IEntityFields2 GetEntityFields(
	string entityName
)

Parameters

entityName
Type: System.String
Name of the entity.

Return Value

Type: IEntityFields2

Implements

IModelInfoProvider.GetEntityFields(String)
Remarks
Adapter specific
See Also