EntityRelationGetPKFieldPersistenceInfo Method |
Gets the IFieldPersistenceInfo data for 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 IFieldPersistenceInfo GetPKFieldPersistenceInfo(
int index
)
Public Function GetPKFieldPersistenceInfo (
index As Integer
) As IFieldPersistenceInfo
Parameters
- index
- Type: SystemInt32
index of the field in the list of PK fields.
Return Value
Type:
IFieldPersistenceInfoIFieldPersistenceInfo object
Implements
IEntityRelationGetPKFieldPersistenceInfo(Int32)
See Also