API:Datasnap.DSCustomConnectorProxyWriter.TDSCustomConnectorProxyWriter.GetAssignmentString

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Datasnap.DSCustomConnectorProxyWriter.pas
Datasnap.DSCustomConnectorProxyWriter.hpp
Unit: Datasnap.DSCustomConnectorProxyWriter
Parent: TDSCustomConnectorProxyWriter

Delphi

function GetAssignmentString: string; override;

C++

virtual System::UnicodeString __fastcall GetAssignmentString();

Description

Returns the assignment string.

Datasnap.DSCustomConnectorProxyWriter.TDSCustomConnectorProxyWriter.GetAssignmentString inherits from Datasnap.DSProxyWriter.TDSCustomProxyWriter.GetAssignmentString. All content below this line refers to Datasnap.DSProxyWriter.TDSCustomProxyWriter.GetAssignmentString.

Returns the assignment string.

The GetAssignmentString virtual abstract method is to be implemented in derived classes to return the string used for assignment operations.

See Also