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.
Note that this is a static property accessed through the top-level EF static type.
public static Microsoft.EntityFrameworkCore.DbFunctions Functions { get; }
member this.Functions : Microsoft.EntityFrameworkCore.DbFunctions
Public Shared ReadOnly Property Functions As DbFunctions
Property Value
Remarks
See Database functions for more information.
Applies to
Feedback
Submit and view feedback for