Data.DBXCommon.TDBXDatabaseMetaData.SupportsSPReturnCode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SupportsSPReturnCode: Boolean read FSupportsSPReturnCode;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXDatabaseMetaData

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.