SqliteDbFunctionsExtensions 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
包含 Microsoft.EntityFrameworkCore.Sqlite 提供程序的 上的 DbFunctions 扩展方法。
public static class SqliteDbFunctionsExtensions
type SqliteDbFunctionsExtensions = class
Public Module SqliteDbFunctionsExtensions
- 继承
-
SqliteDbFunctionsExtensions
注解
有关详细信息和示例,请参阅 数据库函数和使用 EF Core 访问 SQLite 数据库 。
方法
Glob(DbFunctions, String, String) |
映射到 SQLite |
Hex(DbFunctions, Byte[]) |
映射到 SQLite |
Substr(DbFunctions, Byte[], Int32) |
映射到 SQLite |
Substr(DbFunctions, Byte[], Int32, Int32) |
映射到 SQLite 子字符串函数,该函数返回指定值的子数组。 子数组从 开始 |
Unhex(DbFunctions, String) |
映射到 SQLite |
Unhex(DbFunctions, String, String) |
映射到 SQLite |