Click or drag to resize
FieldInfoProviderBase.GetEntityFieldsArray Method (String, IPersistenceInfoProvider)
Gets the entity fields array.

Namespace: SD.LLBLGen.Pro.ORMSupportClasses
Assembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public IEntityFieldCore[] GetEntityFieldsArray(
	string entityName,
	IPersistenceInfoProvider persistenceProvider
)

Parameters

entityName
Type: System.String
Name of the entity.
persistenceProvider
Type: SD.LLBLGen.Pro.ORMSupportClasses.IPersistenceInfoProvider
The persistence provider. Is null in adapter scenarios

Return Value

Type:IEntityFieldCore[]
array of the fields which solely belong to the entity specified so no inherited fields are present.

Implements

IFieldInfoProvider.GetEntityFieldsArray(String, IPersistenceInfoProvider)
See Also