Data.SqlExpr.TSqlServerMethod.ExecuteMethod

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.SqlExpr.pas
Data.SqlExpr.hpp
Unit: Data.SqlExpr
Parent: TSqlServerMethod

Delphi

procedure ExecuteMethod;

C++

void __fastcall ExecuteMethod();

Description

Executes remote server method.

ExecuteMethod executes a remote server method. It does not return a result set. Instead, it uses the property Params for input and output parameters of the server method.

See Also