procedure_exists


Description:

[ Version ( since = "3.0" ) ]
public bool procedure_exists (string procedure_name)

This function checks if a procedure exists in the procedural database.

Parameters:

this

A PDB instance.

procedure_name

A procedure name

Returns:

true if the procedure exists, false otherwise.