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.6.0.0 (5.6.19.0117)
Syntax public 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:
IListSee Also