Sdílet prostřednictvím


SqliteParameterCollection.GetParameter Metoda

Definice

Přetížení

GetParameter(String)

Získá parametr se zadaným názvem.

GetParameter(Int32)

Získá parametr v zadaném indexu.

GetParameter(String)

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

Získá parametr se zadaným názvem.

protected override System.Data.Common.DbParameter GetParameter (string parameterName);
override this.GetParameter : string -> System.Data.Common.DbParameter
Protected Overrides Function GetParameter (parameterName As String) As DbParameter

Parametry

parameterName
String

Název parametru

Návraty

Parametr.

Platí pro

GetParameter(Int32)

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

Získá parametr v zadaném indexu.

protected override System.Data.Common.DbParameter GetParameter (int index);
override this.GetParameter : int -> System.Data.Common.DbParameter
Protected Overrides Function GetParameter (index As Integer) As DbParameter

Parametry

index
Int32

Index parametru založený na nule.

Návraty

Parametr.

Platí pro