EF.Functions Property
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. Calling these methods in other contexts (e.g. LINQ to Objects) will throw a NotSupportedException.
public static Microsoft.EntityFrameworkCore.DbFunctions Functions { get; }
static member Functions : Microsoft.EntityFrameworkCore.DbFunctions
Public Shared ReadOnly Property Functions As DbFunctions
Property Value
Remarks
Note that this is a static property accessed through the top-level EF static type.
See Database functions for more information and examples.
Applies to
Entity Framework