DebugDatabase AddLocalVariable Method Fling OS
Adds the pre-created local variable to the database. All the entries's required parameters (i.e. ones which cannot be null) should be set.

To Do's: See AddMethod(DB_Method)'s to do's.

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 AddLocalVariable(
	DB_LocalVariable aLocalVariable
)

Parameters

aLocalVariable
Type: DB_LocalVariable
The entry to add.
Remarks

For the moment this method does no more than just directly add the entry to the database.

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

See Also