PrintDocument for WinForms
Add メソッド (QueryParameterCollection)


C1.PrintDocument.6 アセンブリ > C1.C1Preview.DataBinding 名前空間 > QueryParameterCollection クラス : Add メソッド
The QueryParameter object to add.
Adds a QueryParameter object to the current collection.
シンタックス
'宣言
 
Public Function Add( _
   ByVal parameter As QueryParameter _
) As System.Integer
'使用法
 
Dim instance As QueryParameterCollection
Dim parameter As QueryParameter
Dim value As System.Integer
 
value = instance.Add(parameter)
public System.int Add( 
   QueryParameter parameter
)

パラメータ

parameter
The QueryParameter object to add.

戻り値の型

The index of the added object in the current collection.
参照

QueryParameterCollection クラス
QueryParameterCollection メンバ