| LinqUtilsGetAllPkFieldsOfEntity Method (IEntityCore, Boolean) | 
            Gets all the pk fields of entity.
            
 
Namespace: SD.LLBLGen.Pro.LinqSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic static IList GetAllPkFieldsOfEntity(
	IEntityCore entityInstance,
	bool selfServicing
)
Public Shared Function GetAllPkFieldsOfEntity ( 
	entityInstance As IEntityCore,
	selfServicing As Boolean
) As IList
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