DbParameterCollection.IList.Add(Object) 方法

定义

有关此成员的说明,请参见 Add(Object)For a description of this member, see Add(Object).

 virtual int System.Collections.IList.Add(System::Object ^ value) = System::Collections::IList::Add;
int IList.Add (object value);
abstract member System.Collections.IList.Add : obj -> int
override this.System.Collections.IList.Add : obj -> int
Function Add (value As Object) As Integer Implements IList.Add

参数

value
Object

有关此成员的说明,请参见 Add(Object)For a description of this member, see Add(Object).

返回

Int32

有关此成员的说明,请参见 Add(Object)For a description of this member, see Add(Object).

实现

注解

此成员是显式接口成员的实现。This member is an explicit interface member implementation. 它只能在 DbParameterCollection 实例被强制转换为接口时使用 IListIt can be used only when the DbParameterCollection instance is cast to IList interface.

适用于