Bde.DBTables.TStoredProc.StoredProcName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StoredProcName: string read FProcName write SetProcName;

C++

__property System::UnicodeString StoredProcName = {read=FProcName, write=SetProcName};

Properties

Type Visibility Source Unit Parent
property published
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TStoredProc

Description

Identifies the name of the stored procedure on the server for which this object is an encapsulation.

Set StoredProcName to specify the name of the stored procedure to call on the server. If StoredProcName does not match the name of an existing stored procedure on the server, then when the application attempts to prepare the procedure prior to execution, an exception is raised.

See Also