FlexReport for WinForms
CreateParameter メソッド (SQLiteLink)


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 > SQLiteLink クラス : CreateParameter メソッド
For internal use.
シンタックス
'宣言
 
Protected Overrides Function CreateParameter( _
   ByVal command As System.Data.Common.DbCommand, _
   ByVal rp As ReportParameter, _
   ByVal value As System.Object _
) As System.Data.Common.DbParameter
'使用法
 
Dim instance As SQLiteLink
Dim command As System.Data.Common.DbCommand
Dim rp As ReportParameter
Dim value As System.Object
Dim value As System.Data.Common.DbParameter
 
value = instance.CreateParameter(command, rp, value)
protected override System.Data.Common.DbParameter CreateParameter( 
   System.Data.Common.DbCommand command,
   ReportParameter rp,
   System.object value
)

パラメータ

command
rp
value
参照

参照

SQLiteLink クラス
SQLiteLink メンバ