SessionBaseReplacePersistedType Method |
Name | Description | |
---|---|---|
ReplacePersistedType(String, Type) |
Updates the Type assocuiated with a VelocityDbType. This can be used when you want to rename a class or move a class to a different namespace.
You will need to have the prior Type loaded as it it is defined in the current Schema for this to work. Once the update has been done, you should no longer need
to keep the old Type loaded. Be sure to backup all your data before doing this.
| |
ReplacePersistedType(Type, Type) |
Updates the Type assocuiated with a VelocityDbType. This can be used when you want to rename a class or move a class to a different namespace.
You will need to have the prior Type loaded as it it is defined in the current Schema for this to work. Once the update has been done, you should no longer need
to keep the old Type loaded. Be sure to backup all your data before doing this.
|