Datasnap.DSHTTPCommon.TDSCommandComplexParams.AddParameter

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function AddParameter(Parameter: TDBXParameter): Integer;

C++

int __fastcall AddParameter(Data::Dbxcommon::TDBXParameter* Parameter);

プロパティ

種類 可視性 ソース ユニット
function public
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Datasnap.DSHTTPCommon TDSCommandComplexParams

説明

DBX パラメータを追加し、パラメータの合計数を返します。

AddParameter メソッドは、DBX パラメータを追加し、パラメータの合計数を返します。 このメソッドは、内部使用のためのものです。

関連項目