DBHelper.StoredProcedureExists Method

Definition

Overloads

StoredProcedureExists(SqlDatabase, String)
StoredProcedureExists(SqlConnection, String)

StoredProcedureExists(SqlDatabase, String)

public:
 static bool StoredProcedureExists(Microsoft::BizTalk::Edi::PartnerAgreementManager::SqlDatabase ^ db, System::String ^ procedureName);
public static bool StoredProcedureExists (Microsoft.BizTalk.Edi.PartnerAgreementManager.SqlDatabase db, string procedureName);
static member StoredProcedureExists : Microsoft.BizTalk.Edi.PartnerAgreementManager.SqlDatabase * string -> bool
Public Shared Function StoredProcedureExists (db As SqlDatabase, procedureName As String) As Boolean

Parameters

procedureName
String

Returns

Boolean

Applies to

StoredProcedureExists(SqlConnection, String)

public:
 static bool StoredProcedureExists(System::Data::SqlClient::SqlConnection ^ conn, System::String ^ procedureName);
public static bool StoredProcedureExists (System.Data.SqlClient.SqlConnection conn, string procedureName);
static member StoredProcedureExists : System.Data.SqlClient.SqlConnection * string -> bool
Public Shared Function StoredProcedureExists (conn As SqlConnection, procedureName As String) As Boolean

Parameters

procedureName
String

Returns

Boolean

Applies to