IConventionDbFunctionParameter 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
함수 매개 변수를 나타냅니다.
public interface IConventionDbFunctionParameter : Microsoft.EntityFrameworkCore.Metadata.IDbFunctionParameter
public interface IConventionDbFunctionParameter : Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotatable, Microsoft.EntityFrameworkCore.Metadata.IDbFunctionParameter
public interface IConventionDbFunctionParameter : Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotatable, Microsoft.EntityFrameworkCore.Metadata.IReadOnlyDbFunctionParameter
type IConventionDbFunctionParameter = interface
interface IDbFunctionParameter
type IConventionDbFunctionParameter = interface
interface IConventionAnnotatable
interface IAnnotatable
interface IDbFunctionParameter
type IConventionDbFunctionParameter = interface
interface IConventionAnnotatable
interface IReadOnlyAnnotatable
interface IReadOnlyDbFunctionParameter
type IConventionDbFunctionParameter = interface
interface IReadOnlyDbFunctionParameter
interface IReadOnlyAnnotatable
interface IConventionAnnotatable
Public Interface IConventionDbFunctionParameter
Implements IDbFunctionParameter
Public Interface IConventionDbFunctionParameter
Implements IConventionAnnotatable, IDbFunctionParameter
Public Interface IConventionDbFunctionParameter
Implements IConventionAnnotatable, IReadOnlyDbFunctionParameter
- 구현
설명
자세한 내용 및 예제는 데이터베이스 함수 를 참조하세요.
속성
Builder |
IConventionDbFunctionParameterBuilder 이 함수 매개 변수를 구성하기 위한 입니다. |
ClrType |
매개 변수 형식을 가져옵니다. (다음에서 상속됨 IReadOnlyDbFunctionParameter) |
Function |
이 매개 변수가 속한 함수입니다. |
IsInModel |
이 개체가 모델에 있는지 여부를 나타냅니다. 즉, 모델에서 제거되지 않았습니다. (다음에서 상속됨 IConventionAnnotatable) |
Item[String] |
지정된 이름의 주석 값을 가져오고, 없는 경우 를 반환합니다 |
Name |
매개 변수 이름을 가져옵니다. (다음에서 상속됨 IReadOnlyDbFunctionParameter) |
PropagatesNullability |
매개 변수가 Null 허용 여부를 전파하는지 여부를 나타내는 값을 가져옵니다. 즉, 값 |
StoreFunctionParameter |
연결된 를 가져옵니다 IStoreFunctionParameter. (다음에서 상속됨 IDbFunctionParameter) |
StoreType |
이 매개 변수의 저장소 형식을 가져옵니다. (다음에서 상속됨 IReadOnlyDbFunctionParameter) |
TypeMapping |
이 매개 변수에 대한 형식 매핑을 가져옵니다. (다음에서 상속됨 IReadOnlyDbFunctionParameter) |
메서드
AddAnnotation(String, Object, Boolean) |
이 개체에 주석을 추가합니다. 지정된 이름의 주석이 이미 있는 경우 을 throw합니다. (다음에서 상속됨 IConventionAnnotatable) |
AddAnnotations(IEnumerable<IConventionAnnotation>, Boolean) |
개체에 주석을 추가합니다. (다음에서 상속됨 IConventionAnnotatable) |
AddRuntimeAnnotation(String, Object) |
이 개체에 런타임 주석을 추가합니다. 지정된 이름의 주석이 이미 있는 경우 을 throw합니다. (다음에서 상속됨 IAnnotatable) |
AnnotationsToDebugString(Int32) |
개체에 선언된 모든 주석에 대한 디버그 문자열을 가져옵니다. (다음에서 상속됨 IReadOnlyAnnotatable) |
FindAnnotation(String) |
지정된 이름의 주석을 가져오고 |
FindRuntimeAnnotation(String) |
지정된 이름의 런타임 주석을 가져오고 존재하지 않는 경우 를 반환합니다 |
FindRuntimeAnnotationValue(String) |
지정된 이름의 런타임 주석 값을 가져오고 존재하지 않는 경우 를 반환합니다 |
GetAnnotation(String) |
지정된 이름의 주석을 가져오고, 없는 경우 을 throw합니다. (다음에서 상속됨 IReadOnlyAnnotatable) |
GetAnnotations() |
현재 개체의 모든 주석을 가져옵니다. (다음에서 상속됨 IReadOnlyAnnotatable) |
GetConfigurationSource() |
매개 변수에 대한 구성 원본을 반환합니다. |
GetOrAddRuntimeAnnotationValue<TValue,TArg>(String, Func<TArg,TValue>, TArg) |
지정된 이름의 런타임 주석 값을 가져오고, 이름이 없으면 추가합니다. (다음에서 상속됨 IAnnotatable) |
GetRuntimeAnnotations() |
현재 개체의 모든 런타임 주석을 가져옵니다. (다음에서 상속됨 IAnnotatable) |
GetStoreTypeConfigurationSource() |
에 대한 구성 원본을 반환합니다 StoreType. |
GetTypeMappingConfigurationSource() |
에 대한 구성 원본을 반환합니다 TypeMapping. |
RemoveAnnotation(String) |
이 개체에서 지정된 이름의 주석을 제거합니다. (다음에서 상속됨 IConventionAnnotatable) |
RemoveRuntimeAnnotation(String) |
이 개체에서 지정된 런타임 주석을 제거합니다. (다음에서 상속됨 IAnnotatable) |
SetAnnotation(String, Object, Boolean) |
지정된 이름 아래에 저장된 주석을 설정합니다. 지정된 이름의 주석이 이미 있는 경우 기존 주석을 덮어씁니다. (다음에서 상속됨 IConventionAnnotatable) |
SetOrRemoveAnnotation(String, Object, Boolean) |
지정된 이름 아래에 저장된 주석을 설정합니다. 지정된 이름의 주석이 이미 있는 경우 기존 주석을 덮어씁니다. 가 제공된 경우 |
SetRuntimeAnnotation(String, Object) |
지정된 키 아래에 저장된 런타임 주석을 설정합니다. 지정된 이름의 주석이 이미 있는 경우 기존 주석을 덮어씁니다. (다음에서 상속됨 IAnnotatable) |
SetStoreType(String, Boolean) |
매개 변수의 저장소 형식을 설정합니다. |
SetTypeMapping(RelationalTypeMapping, Boolean) |
매개 변수의 형식 매핑을 설정합니다. |
ToDebugString(MetadataDebugStringOptions, Int32) |
지정된 메타데이터의 사람이 읽을 수 있는 표현을 만듭니다. 경고: 반환된 문자열의 형식을 사용하지 마세요. 디버깅 전용으로 설계되었으며 릴리스 간에 임의로 변경될 수 있습니다. (다음에서 상속됨 IReadOnlyDbFunctionParameter) |
확장 메서드
AddAnnotations(IConventionAnnotatable, IEnumerable<IConventionAnnotation>, Boolean) |
개체에 주석을 추가합니다. |
GetAnnotation(IConventionAnnotatable, String) |
지정된 이름의 주석을 가져오고, 없는 경우 을 throw합니다. |
SetOrRemoveAnnotation(IConventionAnnotatable, String, Object, Boolean) |
지정된 이름 아래에 저장된 주석을 설정합니다. 지정된 이름의 주석이 이미 있는 경우 기존 주석을 덮어씁니다. 가 제공된 경우 |
AnnotationsToDebugString(IAnnotatable, Int32) |
개체에 선언된 모든 주석에 대한 디버그 문자열을 가져옵니다. |
GetAnnotation(IAnnotatable, String) |
지정된 이름의 주석을 가져오고, 없는 경우 을 throw합니다. |
ToDebugString(IDbFunctionParameter, MetadataDebugStringOptions, Int32) |
지정된 메타데이터의 사람이 읽을 수 있는 표현을 만듭니다. 경고: 반환된 문자열의 형식을 사용하지 마세요. 디버깅 전용으로 설계되었으며 릴리스 간에 임의로 변경될 수 있습니다. |
적용 대상
Entity Framework