API:Data.DBXClient.TDBXClientParameterRow

From RAD Studio API Documentation
Jump to: navigation, search

Data.DBXStreamPlatform.TDBXJSonRowData.DBXCommonTable.TDBXStreamerRowData.DBXCommon.TDBXRowSystem.TObjectTDBXClientParameterRow

Delphi

TDBXClientParameterRow = class(TDBXJSonRow)

C++

class PASCALIMPLEMENTATION TDBXClientParameterRow : public Data::Dbxstreamplatform::TDBXJSonRow

Properties

Type Visibility Source Unit Parent
class public
Data.DBXClient.pas
Data.DBXClient.hpp
Data.DBXClient Data.DBXClient

Description


Represents a streamer row in a database. Do not use TDBXStreamerRow directly.

Data.DBXClient.TDBXClientParameterRow inherits from Data.DBXCommonTable.TDBXStreamerRow. All content below this line refers to Data.DBXCommonTable.TDBXStreamerRow.

Represents a streamer row in a database. Do not use TDBXStreamerRow directly.

The TDBXStreamerRow class represents a streamer row in a database. TDBXStreamerRow is used internally and should not be directly instantiated.

See Also