DbFunctionAttribute コンストラクター

定義

オーバーロード

DbFunctionAttribute()

DbFunctionAttribute クラスの新しいインスタンスを初期化します。

DbFunctionAttribute(String, String)

DbFunctionAttribute クラスの新しいインスタンスを初期化します。

DbFunctionAttribute()

DbFunctionAttribute クラスの新しいインスタンスを初期化します。

public DbFunctionAttribute ();
Public Sub New ()

適用対象

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

データベース内の関数のスキーマ。

適用対象