Determines if a trigger with the given name has been created.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public bool TriggerExists(
	string id
)
Visual Basic (Declaration)
Public Function TriggerExists ( _
	id As String _
) As Boolean
Visual C++
public:
bool TriggerExists(
	String^ id
)

Parameters

id
Type: System..::.String
The name of the trigger

Return Value

A boolean value indicating whether the trigger exists or not.

See Also