Aracılığıyla paylaş


RelationalModelExtensions.RemoveDbFunction Yöntem

Tanım

Aşırı Yüklemeler

RemoveDbFunction(IConventionModel, MethodInfo)

Verilen MethodInfoile temsil edilen yöntemine eşlenen işlevi kaldırır.

RemoveDbFunction(IConventionModel, String)

Verilen MethodInfoile temsil edilen yöntemine eşlenen işlevi kaldırır.

RemoveDbFunction(IMutableModel, MethodInfo)

Verilen MethodInfoile temsil edilen yöntemine eşlenen işlevi kaldırır.

RemoveDbFunction(IMutableModel, String)

Verilen MethodInfoile temsil edilen yöntemine eşlenen işlevi kaldırır.

RemoveDbFunction(IConventionModel, MethodInfo)

Verilen MethodInfoile temsil edilen yöntemine eşlenen işlevi kaldırır.

public static Microsoft.EntityFrameworkCore.Metadata.IConventionDbFunction RemoveDbFunction (this Microsoft.EntityFrameworkCore.Metadata.IConventionModel model, System.Reflection.MethodInfo method);
public static Microsoft.EntityFrameworkCore.Metadata.IConventionDbFunction? RemoveDbFunction (this Microsoft.EntityFrameworkCore.Metadata.IConventionModel model, System.Reflection.MethodInfo method);
static member RemoveDbFunction : Microsoft.EntityFrameworkCore.Metadata.IConventionModel * System.Reflection.MethodInfo -> Microsoft.EntityFrameworkCore.Metadata.IConventionDbFunction
<Extension()>
Public Function RemoveDbFunction (model As IConventionModel, method As MethodInfo) As IConventionDbFunction

Parametreler

model
IConventionModel

İşlevin bulunacak model.

method
MethodInfo

MethodInfo işlevine eşlenen yöntemi için.

Döndürülenler

kaldırılan işlev veya null yöntem eşlenmemişse.

Şunlara uygulanır

RemoveDbFunction(IConventionModel, String)

Verilen MethodInfoile temsil edilen yöntemine eşlenen işlevi kaldırır.

public static Microsoft.EntityFrameworkCore.Metadata.IConventionDbFunction RemoveDbFunction (this Microsoft.EntityFrameworkCore.Metadata.IConventionModel model, string name);
public static Microsoft.EntityFrameworkCore.Metadata.IConventionDbFunction? RemoveDbFunction (this Microsoft.EntityFrameworkCore.Metadata.IConventionModel model, string name);
static member RemoveDbFunction : Microsoft.EntityFrameworkCore.Metadata.IConventionModel * string -> Microsoft.EntityFrameworkCore.Metadata.IConventionDbFunction
<Extension()>
Public Function RemoveDbFunction (model As IConventionModel, name As String) As IConventionDbFunction

Parametreler

model
IConventionModel

İşlevin bulunacak model.

name
String

İşlevin model adı.

Döndürülenler

kaldırılan işlev veya null yöntem eşlenmemişse.

Şunlara uygulanır

RemoveDbFunction(IMutableModel, MethodInfo)

Verilen MethodInfoile temsil edilen yöntemine eşlenen işlevi kaldırır.

public static Microsoft.EntityFrameworkCore.Metadata.IMutableDbFunction RemoveDbFunction (this Microsoft.EntityFrameworkCore.Metadata.IMutableModel model, System.Reflection.MethodInfo method);
public static Microsoft.EntityFrameworkCore.Metadata.IMutableDbFunction? RemoveDbFunction (this Microsoft.EntityFrameworkCore.Metadata.IMutableModel model, System.Reflection.MethodInfo method);
static member RemoveDbFunction : Microsoft.EntityFrameworkCore.Metadata.IMutableModel * System.Reflection.MethodInfo -> Microsoft.EntityFrameworkCore.Metadata.IMutableDbFunction
<Extension()>
Public Function RemoveDbFunction (model As IMutableModel, method As MethodInfo) As IMutableDbFunction

Parametreler

model
IMutableModel

İşlevin bulunacak model.

method
MethodInfo

MethodInfo işlevine eşlenen yöntemi için.

Döndürülenler

kaldırılan işlev veya null yöntem eşlenmemişse.

Şunlara uygulanır

RemoveDbFunction(IMutableModel, String)

Verilen MethodInfoile temsil edilen yöntemine eşlenen işlevi kaldırır.

public static Microsoft.EntityFrameworkCore.Metadata.IMutableDbFunction RemoveDbFunction (this Microsoft.EntityFrameworkCore.Metadata.IMutableModel model, string name);
public static Microsoft.EntityFrameworkCore.Metadata.IMutableDbFunction? RemoveDbFunction (this Microsoft.EntityFrameworkCore.Metadata.IMutableModel model, string name);
static member RemoveDbFunction : Microsoft.EntityFrameworkCore.Metadata.IMutableModel * string -> Microsoft.EntityFrameworkCore.Metadata.IMutableDbFunction
<Extension()>
Public Function RemoveDbFunction (model As IMutableModel, name As String) As IMutableDbFunction

Parametreler

model
IMutableModel

İşlevin bulunacak model.

name
String

İşlevin model adı.

Döndürülenler

kaldırılan işlev veya null yöntem eşlenmemişse.

Şunlara uygulanır