Click or drag to resize
EntityFieldsSetPersistenceInfoIfRequired Method
Sets the persistence info if required.

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 override void SetPersistenceInfoIfRequired(
	int index,
	IEntityField value
)

Parameters

index
Type: SystemInt32
The index.
value
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityField
The value.
See Also