DbFunctionAttribute 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
DbFunctionAttribute() |
初始化 DbFunctionAttribute 类的新实例。 |
DbFunctionAttribute(String, String) |
初始化 DbFunctionAttribute 类的新实例。 |
DbFunctionAttribute()
DbFunctionAttribute(String, String)
初始化 DbFunctionAttribute 类的新实例。
public DbFunctionAttribute (string functionName, string schema = default);
public DbFunctionAttribute (string name, string schema = default);
public DbFunctionAttribute (string name, string? schema = default);
new Microsoft.EntityFrameworkCore.DbFunctionAttribute : string * string -> Microsoft.EntityFrameworkCore.DbFunctionAttribute
new Microsoft.EntityFrameworkCore.DbFunctionAttribute : string * string -> Microsoft.EntityFrameworkCore.DbFunctionAttribute
Public Sub New (functionName As String, Optional schema As String = Nothing)
Public Sub New (name As String, Optional schema As String = Nothing)
参数
- functionNamename
- String
数据库中函数的名称。
- schema
- String
数据库中函数的架构。