DebugDatabase RemoveStringLiteral Method Fling OS
Removes the specified string literal from the database.

To Do's: See RemoveMethod(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 RemoveStringLiteral(
	DB_StringLiteral aStringLiteral
)

Parameters

aStringLiteral
Type: DB_StringLiteral
The entry to remove.
Remarks

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

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

See Also