Datasnap.DSNames.TDSPackageColumns

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTDSPackageColumns
[–] Properties
Type: class
Visibility: public
Source:
Datasnap.DSNames.pas
Datasnap.DSNames.hpp
Unit: Datasnap.DSNames
Parent: Datasnap.DSNames

Delphi

TDSPackageColumns = class

C++

class PASCALIMPLEMENTATION TDSPackageColumns : public System::TObject

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