API:Datasnap.DSClientMetadata.TDSProxyGenerator.ExcludeMethods

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ExcludeMethods: string read FExcludeMethods write FExcludeMethods default 0;

C++

__property ExcludeMethods = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Datasnap.DSClientMetadata.pas
Datasnap.DSClientMetadata.hpp
Datasnap.DSClientMetadata TDSProxyGenerator

Description

Specifies the methods to be excluded.

Datasnap.DSClientMetadata.TDSProxyGenerator.ExcludeMethods inherits from Datasnap.DSClientMetadata.TDSCustomProxyGenerator.ExcludeMethods. All content below this line refers to Datasnap.DSClientMetadata.TDSCustomProxyGenerator.ExcludeMethods.

Specifies the methods to be excluded.

Use the ExcludeMethods property to specify the methods to be excluded from the generation.

See Also

Code Examples