DebugDatabase RemoveMethod Method Fling OS
Removes the specified method from the database.

To Do's:

  • To do - Check for entries in other tables that link to the one being deleted. If the dependent entries are not being deleted, throw an error.
  • To do - Add an option to automatically delete dependent entries.

Namespace: Kernel.Debug.Data
Assembly: Kernel.Debug.Data (in Kernel.Debug.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void RemoveMethod(
	DB_Method aMethod
)

Parameters

aMethod
Type: DB_Method
The method to remove.
Remarks

For the moment this method does no more than just directly remove the method from the database.

SubmitChanges  must be called at some point after this method for changes to actually be submitted to the database.

See Also