StaticEntityFieldsDataContainerReplaceFieldInfo Method |
Replaces the field info.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxpublic void ReplaceFieldInfo(
int index,
IFieldInfo newFieldInfo
)
Public Sub ReplaceFieldInfo (
index As Integer,
newFieldInfo As IFieldInfo
)
Parameters
- index
- Type: SystemInt32
The index. - newFieldInfo
- Type: SD.LLBLGen.Pro.ORMSupportClassesIFieldInfo
The new field info.
See Also