Click or drag to resize

LinqUtilsGetAllPkFieldsOfEntity Method (IEntityFieldsCore)

Gets all the pk fields from the set of entity fields specified. It's assumed the entityfields specified form the fields of an entity, so not a subset of an entity. They are the complete, hierarchical fields of an entity, so with all inherited fields.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public static IList GetAllPkFieldsOfEntity(
	IEntityFieldsCore entityFields
)

Parameters

entityFields
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldsCore

Return Value

Type: IList
See Also