Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
protected virtual void SetPersistenceInfoIfRequired(
	int index,
	TField value
)

Parameters

index
Type: SystemInt32
The index.
value
Type: TField
The value.
See Also