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.6.0.0 (5.6.19.0117)
Syntax public static IList GetAllPkFieldsOfEntity(
Type entityType,
IElementCreatorCore creator,
bool selfServicing
)
Public Shared Function GetAllPkFieldsOfEntity (
entityType As Type,
creator As IElementCreatorCore,
selfServicing As Boolean
) As IList
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:
IListlist of all the PK fields
See Also