Sdílet prostřednictvím


EdmFunctions.IndexOf(DbExpression, DbExpression) Metoda

Definice

Vytvoří funkci DbFunctionExpression , která vyvolá kanonickou funkci IndexOf se zadanými argumenty, z nichž každý musí mít typ výsledku řetězce. Typ výsledku výrazu je 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

Výraz, který určuje řetězec, který se má vyhledat stringToFind.

stringToFind
DbExpression

Výraz, který určuje řetězec, ve které se má najít searchString , by měl být zaškrtnut.

Návraty

Nový DbFunctionExpression, který vrací první index v stringToFindsearchString.

Výjimky

searchString nebo stringToFind je null.

searchString nebo stringToFind je neplatný.

Poznámky

Index vrácený indexem IndexOf je <b>1/<b>.

Platí pro