DbParameterCollection.IList.Add(Object) Metoda

Definice

Popis tohoto člena najdete v tématu 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

Parametry

value
Object

Popis tohoto člena najdete v tématu Add(Object).

Návraty

Popis tohoto člena najdete v tématu Add(Object).

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Dá se použít pouze v DbParameterCollection případě, že je instance přetypovaná do IList rozhraní.

Platí pro