Click or drag to resize

LinqUtilsGetAllPkFieldsOfEntity Method

Overload List
  NameDescription
Public methodStatic memberGetAllPkFieldsOfEntity(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.
Public methodStatic memberGetAllPkFieldsOfEntity(IEntityCore, Boolean)
Gets all the pk fields of entity.
Public methodStatic memberGetAllPkFieldsOfEntity(Type, IElementCreatorCore, Boolean)
Gets all pk fields of entity.
Top
See Also