Click or drag to resize

ModelInfoProviderBaseGetEntityFields 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.9.0.0 (5.9.0)
Syntax
public IEntityFields2 GetEntityFields(
	string entityName
)

Parameters

entityName
Type: SystemString
Name of the entity.

Return Value

Type: IEntityFields2

Implements

IModelInfoProviderGetEntityFields(String)
Remarks
Adapter specific
See Also