Datasnap.DSNames.TDSPackageColumns

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTDSPackageColumns

Delphi

TDSPackageColumns = class

C++

class PASCALIMPLEMENTATION TDSPackageColumns : 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 TDSPackageEntity collection.

TDSPackageColumns represents the columns used by the TDSPackageEntity collection.

This table contains a constant description.



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, since 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.



See Also