PrintDocument for WinForms
QueryParameter コンストラクタ(String,Object)


C1.PrintDocument.6 アセンブリ > C1.C1Preview.DataBinding 名前空間 > QueryParameter クラス > QueryParameter コンストラクタ : QueryParameter コンストラクタ(String,Object)
The unique name of this parameter.
The value of this parameter.
Initializes a new instance of the QueryParameter class, assigning the parameter's name and value.
シンタックス
'宣言
 
Public Function New( _
   ByVal name As System.String, _
   ByVal value As System.Object _
)
'使用法
 
Dim name As System.String
Dim value As System.Object
 
Dim instance As New QueryParameter(name, value)
public QueryParameter( 
   System.string name,
   System.object value
)

パラメータ

name
The unique name of this parameter.
value
The value of this parameter.
参照

QueryParameter クラス
QueryParameter メンバ
オーバーロード一覧