Sdílet prostřednictvím


SqliteParameterCollection.Insert Metoda

Definice

Přetížení

Insert(Int32, SqliteParameter)

Vloží parametr do kolekce v zadaném indexu.

Insert(Int32, Object)

Vloží parametr do kolekce v zadaném indexu.

Insert(Int32, SqliteParameter)

Zdroj:
SqliteParameterCollection.cs
Zdroj:
SqliteParameterCollection.cs
Zdroj:
SqliteParameterCollection.cs
Zdroj:
SqliteParameterCollection.cs
Zdroj:
SqliteParameterCollection.cs
Zdroj:
SqliteParameterCollection.cs
Zdroj:
SqliteParameterCollection.cs
Zdroj:
SqliteParameterCollection.cs
Zdroj:
SqliteParameterCollection.cs
Zdroj:
SqliteParameterCollection.cs

Vloží parametr do kolekce v zadaném indexu.

public virtual void Insert (int index, Microsoft.Data.Sqlite.SqliteParameter value);
override this.Insert : int * Microsoft.Data.Sqlite.SqliteParameter -> unit
Public Overridable Sub Insert (index As Integer, value As SqliteParameter)

Parametry

index
Int32

Index založený na nule, do kterého má být vložen parametr.

value
SqliteParameter

Parametr, který chcete vložit.

Platí pro

Insert(Int32, Object)

Zdroj:
SqliteParameterCollection.cs
Zdroj:
SqliteParameterCollection.cs
Zdroj:
SqliteParameterCollection.cs
Zdroj:
SqliteParameterCollection.cs
Zdroj:
SqliteParameterCollection.cs
Zdroj:
SqliteParameterCollection.cs
Zdroj:
SqliteParameterCollection.cs
Zdroj:
SqliteParameterCollection.cs
Zdroj:
SqliteParameterCollection.cs
Zdroj:
SqliteParameterCollection.cs

Vloží parametr do kolekce v zadaném indexu.

public override void Insert (int index, object value);
override this.Insert : int * obj -> unit
Public Overrides Sub Insert (index As Integer, value As Object)

Parametry

index
Int32

Index založený na nule, do kterého má být vložen parametr.

value
Object

Parametr, který chcete vložit. Musí to být .SqliteParameter

Platí pro