Table of Contents

Class DbFunctions

Namespace
Microsoft.EntityFrameworkCore
Assembly
Microsoft.EntityFrameworkCore.dll

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 sealed class DbFunctions
Inheritance
DbFunctions
Inherited Members
Extension Methods

Remarks

See Database functions for more information and examples.