xRecord.renamePrimaryKey Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Renames the foreign keys in other tables according to the change of the corresponding primary key value in this table.
public:
virtual void renamePrimaryKey();
public virtual void renamePrimaryKey ();
abstract member renamePrimaryKey : unit -> unit
override this.renamePrimaryKey : unit -> unit
Public Overridable Sub renamePrimaryKey ()