Datasnap.DSConnect.TDSProviderConnection.ServerClassName

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property ServerClassName: string read FServerClassName write SetServerClassName;

C++

__property System::UnicodeString ServerClassName = {read=FServerClassName, write=SetServerClassName};

Description

Specifies the class name of a server data module exposed by a DataSnap server.

Use ServerClassName to specify the class name of a server data module exposed on a DataSnap server. A DataSnap server can expose a set of server data modules which contain dataset providers. In order to access those dataset provider on the client, use the ServerClassName property to specify the class name of the contacted data module from which the dataset providers will be accessed later on within the client datasets.

See Also