| EntityFieldsCoreTFieldSetPersistenceInfoIfRequired Method  | 
 
            Sets the persistence info if required. Only used in selfservicing
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntaxprotected virtual void SetPersistenceInfoIfRequired(
	int index,
	TField value
)
Protected Overridable Sub SetPersistenceInfoIfRequired ( 
	index As Integer,
	value As TField
)
Parameters
- index
 - Type: SystemInt32
The index. - value
 - Type: TField
The value. 
See Also