Click or drag to resize
EntityFields.SetPersistenceInfoIfRequired 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: System.Int32
The index.
value
Type: SD.LLBLGen.Pro.ORMSupportClasses.IEntityField
The value.
See Also