Click or drag to resize

IFieldInfoProviderGetEntityFieldsArray Method (String)

Gets the entity fields array.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
IEntityFieldCore[] GetEntityFieldsArray(
	string entityName
)

Parameters

entityName
Type: SystemString
Name of the entity.

Return Value

Type: IEntityFieldCore
array of the fields which solely belong to the entity specified so no inherited fields are present.
Remarks
Used in adapter.
See Also