Knight Data Access Layer
StoredProcedureExists Method (MySqlProvider)




KellermanSoftware.NetDataAccessLayer.Providers Namespace > MySqlProvider Class : StoredProcedureExists Method
Name of the Stored procedure
Returns true if the passed stored procedure exists in the database
Syntax
Public Overrides Function StoredProcedureExists( _
   ByVal storedProcedureName As String _
) As Boolean
Dim instance As MySqlProvider
Dim storedProcedureName As String
Dim value As Boolean
 
value = instance.StoredProcedureExists(storedProcedureName)
public override bool StoredProcedureExists( 
   string storedProcedureName
)
public: bool StoredProcedureExists( 
   string* storedProcedureName
) override 
public:
bool StoredProcedureExists( 
   String^ storedProcedureName
) override 

Parameters

storedProcedureName
Name of the Stored procedure

Return Value

True if the stored procedure exists in the Database else returns False
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MySqlProvider Class
MySqlProvider Members