Click or drag to resize
LinqUtilsGetAllPkFieldsOfEntity Method (Type, IElementCreatorCore, Boolean)
Gets all pk fields of entity.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static IList GetAllPkFieldsOfEntity(
	Type entityType,
	IElementCreatorCore creator,
	bool selfServicing
)

Parameters

entityType
Type: SystemType
Type of the entity.
creator
Type: SD.LLBLGen.Pro.ORMSupportClassesIElementCreatorCore
The creator.
selfServicing
Type: SystemBoolean
if set to true, the provider is for selfservicing, otherwise for adapter

Return Value

Type: IList
list of all the PK fields
See Also