IDatabase.PrepareStatementForStoredProc(String, IStatement, Boolean) Method

Definition

public:
 bool PrepareStatementForStoredProc(System::String ^ storedProcName, Microsoft::HostIntegration::Drda::Common::IStatement ^ % stmt, bool isCNTQRY);
public bool PrepareStatementForStoredProc (string storedProcName, ref Microsoft.HostIntegration.Drda.Common.IStatement stmt, bool isCNTQRY);
abstract member PrepareStatementForStoredProc : string *  * bool -> bool
Public Function PrepareStatementForStoredProc (storedProcName As String, ByRef stmt As IStatement, isCNTQRY As Boolean) As Boolean

Parameters

storedProcName
String
stmt
IStatement
isCNTQRY
Boolean

Returns

Boolean

Applies to