IDatabase.PrepareStatementForStoredProc(String, IStatement, Boolean) 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.
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