DBHelper.StoredProcedureExists Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- db
- SqlDatabase
- procedureName
- String
Returns
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
- conn
- SqlConnection
- procedureName
- String