Datasnap.DSNames.TDSClassColumns

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTDSClassColumns

Delphi

TDSClassColumns = class

C++

class PASCALIMPLEMENTATION TDSClassColumns : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
Datasnap.DSNames.pas
Datasnap.DSNames.hpp
Datasnap.DSNames Datasnap.DSNames

Description

Columns used by the TDSClassEntity collection.

TDSClassColumns contains columns used by the TDSClassEntity collection.

This table contains column descriptions.

Constant Description

PackageName

Name of the deployment unit that contains the code for methods executed remotely. On the Win32/64 platform, there is only one, because all classes are accessed through the TPersistent registry. On the .NET platform, this is the name of an assembly. On the Java platform, this is the name of a jar file.

ServerClassName

Name of a class that contains public methods that can be called from remote clients.

RoleName

Role name used for security purposes to restrict access to remote clients.

LifeCycle

Life cycle management for instances of a class against which remote clients execute methods.