[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
renames a field of a stored class.
Namespace: Db4objects.Db4o.Config
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
Syntax
Visual Basic (Declaration) |
---|
Sub Rename ( _ newName As String _ ) |
C# |
---|
void Rename ( string newName ) |
Visual C++ |
---|
void Rename ( String^ newName ) |
Parameters
- newName
- System.String
the new fieldname.
Remarks
renames a field of a stored class.
Use this method to refactor classes.
Examples: ../com/db4o/samples/rename.
Use this method to refactor classes.
Examples: ../com/db4o/samples/rename.