Data.DBXCommon.TDBXDatabaseMetaData.SupportsSPReturnCode

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.DBXCommon.pas
Data.DBXCommon.hpp
Unit: Data.DBXCommon
Parent: TDBXDatabaseMetaData

Delphi

property SupportsSPReturnCode: Boolean read FSupportsSPReturnCode;

C++

__property bool SupportsSPReturnCode = {read=FSupportsSPReturnCode, nodefault};

Description

Indicates whether the stored procedures can return an integer code.

SupportsSPReturnCode returns True if the stored procedures can return an integer code, and False otherwise.