Udostępnij za pośrednictwem


RelationalModelExtensions.RemoveDbFunction Metoda

Definicja

Przeciążenia

RemoveDbFunction(IConventionModel, MethodInfo)

Usuwa funkcję zamapowana na metodę reprezentowaną przez dany MethodInfoelement .

RemoveDbFunction(IConventionModel, String)

Usuwa funkcję zamapowana na metodę reprezentowaną przez dany MethodInfoelement .

RemoveDbFunction(IMutableModel, MethodInfo)

Usuwa funkcję zamapowana na metodę reprezentowaną przez dany MethodInfoelement .

RemoveDbFunction(IMutableModel, String)

Usuwa funkcję zamapowana na metodę reprezentowaną przez dany MethodInfoelement .

RemoveDbFunction(IConventionModel, MethodInfo)

Usuwa funkcję zamapowana na metodę reprezentowaną przez dany MethodInfoelement .

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

Parametry

model
IConventionModel

Model do znalezienia funkcji.

method
MethodInfo

Dla MethodInfo metody, która jest mapowana na funkcję.

Zwraca

Usunięta funkcja lub null jeśli metoda nie jest mapowana.

Dotyczy

RemoveDbFunction(IConventionModel, String)

Usuwa funkcję zamapowana na metodę reprezentowaną przez dany MethodInfoelement .

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

Parametry

model
IConventionModel

Model do znalezienia funkcji.

name
String

Nazwa modelu funkcji.

Zwraca

Usunięta funkcja lub null jeśli metoda nie jest mapowana.

Dotyczy

RemoveDbFunction(IMutableModel, MethodInfo)

Usuwa funkcję zamapowana na metodę reprezentowaną przez dany MethodInfoelement .

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

Parametry

model
IMutableModel

Model do znalezienia funkcji.

method
MethodInfo

Dla MethodInfo metody, która jest mapowana na funkcję.

Zwraca

Usunięta funkcja lub null jeśli metoda nie jest mapowana.

Dotyczy

RemoveDbFunction(IMutableModel, String)

Usuwa funkcję zamapowana na metodę reprezentowaną przez dany MethodInfoelement .

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

Parametry

model
IMutableModel

Model do znalezienia funkcji.

name
String

Nazwa modelu funkcji.

Zwraca

Usunięta funkcja lub null jeśli metoda nie jest mapowana.

Dotyczy