Items の末尾に OleDbParameter オブジェクトを追加します。
Namespace: YiaoWang.DataBaseAssembly: YiaoWang.DataBase (YiaoWang.DataBase.dll 内) バージョン: 2.11.5.7 (2.11.5.7)
Syntax
C# |
---|
public void Add(
string name,
Object value,
OleDbType type
) |
Visual Basic |
---|
Public Sub Add ( _
name As String, _
value As Object, _
type As OleDbType _
) |
Parameters
- name
- Type: System..::..String
@ から始まるパラメータ名。
- value
- Type: System..::..Object
パラメータの値。
- type
- Type: System.Data.OleDb..::..OleDbType
データ型。
Remarks
Exceptions
Exception | Condition |
---|
System..::..ArgumentNullException | name が null 参照 (Visual Basic では Nothing) か空白です。 |
See Also