Udostępnij za pośrednictwem


EdmFunctions.IndexOf(DbExpression, DbExpression) Metoda

Definicja

Tworzy obiekt DbFunctionExpression , który wywołuje funkcję kanoniczną "IndexOf" z określonymi argumentami, które muszą mieć typ wyniku ciągu. Typ wyniku wyrażenia to Edm.Int32.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ IndexOf(System::Data::Common::CommandTrees::DbExpression ^ searchString, System::Data::Common::CommandTrees::DbExpression ^ stringToFind);
public static System.Data.Common.CommandTrees.DbFunctionExpression IndexOf (this System.Data.Common.CommandTrees.DbExpression searchString, System.Data.Common.CommandTrees.DbExpression stringToFind);
static member IndexOf : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function IndexOf (searchString As DbExpression, stringToFind As DbExpression) As DbFunctionExpression

Parametry

searchString
DbExpression

Wyrażenie, które określa ciąg do wyszukania stringToFind.

stringToFind
DbExpression

Wyrażenie, które określa ciąg do zlokalizowania w obrębie searchString , powinno być zaznaczone.

Zwraca

Nowa funkcja DbFunctionExpression, która zwraca pierwszy indeks stringToFind w searchStringelemecie .

Wyjątki

searchString lub stringToFind to null.

searchString lub stringToFind jest nieprawidłowy.

Uwagi

Indeks zwracany przez indeks IndexOf jest <b>1-based</b>.

Dotyczy