Data.DBXPlatform.SetInvocationMetadata

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetInvocationMetadata(MetaData: TDSInvocationMetadata);

C++

extern DELPHI_PACKAGE void __fastcall SetInvocationMetadata(TDSInvocationMetadata* MetaData);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform Data.DBXPlatform

Description

Stores the specified instance of invocation metadata for the current thread.

See Also