EntityFunctions.AsUnicode Method (String)
When used as part of a LINQ to Entities query, this method acts as an operator that ensures the input is treated as a Unicode string.
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- value
-
Type:
System.String
The input string.
You cannot call this function directly. This function can only appear within a LINQ to Entities query. This function impacts the way the LINQ query is translated to a query that can be run in the database.