IEntityRelationSetPKFieldPersistenceInfo Method  | 
 
            Sets 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.8.0.0 (5.8.21.0111)
Syntaxvoid SetPKFieldPersistenceInfo(
	int index,
	IFieldPersistenceInfo persistenceInfo
)
Sub SetPKFieldPersistenceInfo ( 
	index As Integer,
	persistenceInfo As IFieldPersistenceInfo
)
Parameters
- index
 - Type: SystemInt32
index of the field in the list of PK fields. - persistenceInfo
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIFieldPersistenceInfo
The persistence info for the entity field at position index. 
RemarksUsed by DataAccessAdapter objects.
See Also