DerivedTableDefinitionReplaceFieldAtIndex Method |
Replaces the field at the index specified with the new field passed in.
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 ReplaceFieldAtIndex(
IEntityFieldCore newField,
int index
)
Public Sub ReplaceFieldAtIndex (
newField As IEntityFieldCore,
index As Integer
)
Parameters
- newField
- Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
The new field. - index
- Type: SystemInt32
The index.
See Also