Adds the pre-created method to the database. All the entries's
required parameters (i.e. ones which cannot be null) should
be set.
Namespace: Kernel.Debug.DataTo Do's:
- To do - Add validation of fields and throw a pre-emptive exception if any invalid or missing data is found.
- To do - Check whether changes must be submitted before the GetMethod(String) method can return methods added by Add.
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 add.
Remarks
For the moment this method does no more than just directly add the method to the database.
SubmitChanges must be called at some point after this method for changes to actually be submitted to the database.
See Also