'宣言
Protected Overridable Function CreateParameter( _
ByVal command As System.Data.Common.DbCommand, _
ByVal As ReportParameter, _
ByVal As System.Object _
) As System.Data.Common.DbParameter
'使用法
Dim instance As DbLink
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 virtual System.Data.Common.DbParameter CreateParameter(
System.Data.Common.DbCommand command,
ReportParameter ,
System.object
)