Click or drag to resize
LinqUtilsGetAllPkFieldsOfEntity Method (IEntityCore, Boolean)
Gets all the 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(
	IEntityCore entityInstance,
	bool selfServicing
)

Parameters

entityInstance
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCore
The entity instance.
selfServicing
Type: SystemBoolean
if set to true, the provider is for selfservicing, otherwise for adapter

Return Value

Type: IList
See Also