Removes the specified method from the database.
Namespace: Kernel.Debug.DataTo 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.
Assembly: Kernel.Debug.Data (in Kernel.Debug.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
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