SqliteDbFunctionsExtensions 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.
Contains extension methods on DbFunctions for the Microsoft.EntityFrameworkCore.Sqlite provider.
public static class SqliteDbFunctionsExtensions
type SqliteDbFunctionsExtensions = class
Public Module SqliteDbFunctionsExtensions
- Inheritance
-
SqliteDbFunctionsExtensions
Remarks
See Database functions, and Accessing SQLite databases with EF Core for more information and examples.
Methods
Glob(DbFunctions, String, String) |
Maps to the SQLite |
Hex(DbFunctions, Byte[]) |
Maps to the SQLite |
Substr(DbFunctions, Byte[], Int32, Int32) |
Maps to the SQLite substr function which returns a subarray of the specified value. The subarray starts
at |
Substr(DbFunctions, Byte[], Int32) |
Maps to the SQLite |
Unhex(DbFunctions, String, String) |
Maps to the SQLite |
Unhex(DbFunctions, String) |
Maps to the SQLite |
Applies to
Entity Framework