RelationalDbFunctionsExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides CLR methods that get translated to database functions when used in LINQ to Entities queries. The methods on this class are accessed via Functions.
public static class RelationalDbFunctionsExtensions
type RelationalDbFunctionsExtensions = class
Public Module RelationalDbFunctionsExtensions
- Inheritance
-
RelationalDbFunctionsExtensions
Remarks
See Database functions for more information and examples.
Methods
Collate<TProperty>(DbFunctions, TProperty, String) |
Explicitly specifies a collation to be used in a LINQ query. Can be used to generate fragments such as
|
Applies to
Entity Framework