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
資料庫中函式的架構。