Datasnap.DSClientMetadata.TDSProxyGenerator.ExcludeMethods

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Datasnap.DSClientMetadata.pas
Datasnap.DSClientMetadata.hpp
Unit: Datasnap.DSClientMetadata
Parent: TDSProxyGenerator

Delphi

property ExcludeMethods;

C++

__property ExcludeMethods = {default=0};

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