SqlFunctions.CharIndex Method
Returns the starting position of one expression found within another expression.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
CharIndex(Byte[], Byte[]) | Returns the starting position of one expression found within another expression. |
|
CharIndex(String, String) | Returns the starting position of one expression found within another expression. |
|
CharIndex(Byte[], Byte[], Nullable<Int32>) | Returns the starting position of one expression found within another expression. |
|
CharIndex(Byte[], Byte[], Nullable<Int64>) | Returns the starting position of one expression found within another expression. |
|
CharIndex(String, String, Nullable<Int32>) | Returns the starting position of one expression found within another expression. |
|
CharIndex(String, String, Nullable<Int64>) | Returns the starting position of one expression found within another expression. |
You cannot call this function directly. This function can only appear within a LINQ to Entities query.
This function is translated to a corresponding function in the database. For information about the corresponding SQL Server function, see CHARINDEX (Transact-SQL).