EntityRelation.GetPKEntityFieldCore Method |
Gets the IEntityFieldCore information about the PK field at index specified
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxpublic IEntityFieldCore GetPKEntityFieldCore(
int index
)
Public Function GetPKEntityFieldCore (
index As Integer
) As IEntityFieldCore
Parameters
- index
- Type: System.Int32
index of field in the list of PK fields
Return Value
Type:
IEntityFieldCoreIEntityFieldCore object
Implements
IEntityRelation.GetPKEntityFieldCore(Int32)
See Also