SqlFunctions.QuoteName Method
Returns a Unicode string with the delimiters added to make the input string a valid Microsoft SQL Server delimited identifier.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
QuoteName(String) | Returns a Unicode string with the delimiters added to make the input string a valid Microsoft SQL Server delimited identifier. |
|
QuoteName(String, String) | Returns a Unicode string with the delimiters added to make the input string a valid Microsoft SQL Server delimited identifier. |
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 QUOTENAME (Transact-SQL).