Click or drag to resize

StaticEntityFieldsDataContainerReplaceFieldInfo Method

Replaces the field info.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public void ReplaceFieldInfo(
	int index,
	IFieldInfo newFieldInfo
)

Parameters

index
Type: SystemInt32
The index.
newFieldInfo
Type: SD.LLBLGen.Pro.ORMSupportClassesIFieldInfo
The new field info.
See Also