Bde.DBTables.TStoredProc.StoredProcName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Bde.DBTables.pas
Bde.DBTables.hpp
Unit: Bde.DBTables
Parent: TStoredProc

Delphi

property StoredProcName: string read FProcName write SetProcName;

C++

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

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