RelationalModelExtensions.RemoveDbFunction 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
RemoveDbFunction(IConventionModel, MethodInfo) |
지정된 MethodInfo가 나타내는 메서드에 매핑되는 함수를 제거합니다. |
RemoveDbFunction(IConventionModel, String) |
지정된 MethodInfo가 나타내는 메서드에 매핑되는 함수를 제거합니다. |
RemoveDbFunction(IMutableModel, MethodInfo) |
지정된 MethodInfo가 나타내는 메서드에 매핑되는 함수를 제거합니다. |
RemoveDbFunction(IMutableModel, String) |
지정된 MethodInfo가 나타내는 메서드에 매핑되는 함수를 제거합니다. |
RemoveDbFunction(IConventionModel, MethodInfo)
지정된 MethodInfo가 나타내는 메서드에 매핑되는 함수를 제거합니다.
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
매개 변수
- model
- IConventionModel
함수를 찾을 모델입니다.
- method
- MethodInfo
MethodInfo 함수에 매핑되는 메서드의 입니다.
반환
제거된 함수이거나 null
메서드가 매핑되지 않은 경우 입니다.
적용 대상
RemoveDbFunction(IConventionModel, String)
지정된 MethodInfo가 나타내는 메서드에 매핑되는 함수를 제거합니다.
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
매개 변수
- model
- IConventionModel
함수를 찾을 모델입니다.
- name
- String
함수의 모델 이름입니다.
반환
제거된 함수이거나 null
메서드가 매핑되지 않은 경우 입니다.
적용 대상
RemoveDbFunction(IMutableModel, MethodInfo)
지정된 MethodInfo가 나타내는 메서드에 매핑되는 함수를 제거합니다.
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
매개 변수
- model
- IMutableModel
함수를 찾을 모델입니다.
- method
- MethodInfo
MethodInfo 함수에 매핑되는 메서드의 입니다.
반환
제거된 함수이거나 null
메서드가 매핑되지 않은 경우 입니다.
적용 대상
RemoveDbFunction(IMutableModel, String)
지정된 MethodInfo가 나타내는 메서드에 매핑되는 함수를 제거합니다.
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
매개 변수
- model
- IMutableModel
함수를 찾을 모델입니다.
- name
- String
함수의 모델 이름입니다.
반환
제거된 함수이거나 null
메서드가 매핑되지 않은 경우 입니다.
적용 대상
Entity Framework