RuntimeStoredProcedure 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이 API는 Entity Framework Core 인프라를 지원하고 공용 API와 동일한 호환성 표준이 적용되지 않는 내부 API입니다. 릴리스에서 예고 없이 변경되거나 제거될 수 있습니다. 코드에서 직접 사용해야 하며, 이렇게 하면 새 Entity Framework Core 릴리스로 업데이트할 때 애플리케이션 오류가 발생할 수 있다는 것을 알고 있어야 합니다.
public class RuntimeStoredProcedure : Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase, Microsoft.EntityFrameworkCore.Metadata.Internal.IRuntimeStoredProcedure
type RuntimeStoredProcedure = class
inherit AnnotatableBase
interface IRuntimeStoredProcedure
interface IStoredProcedure
interface IReadOnlyStoredProcedure
interface IReadOnlyAnnotatable
interface IAnnotatable
Public Class RuntimeStoredProcedure
Inherits AnnotatableBase
Implements IRuntimeStoredProcedure
- 상속
- 구현
-
IAnnotatable IReadOnlyAnnotatable Microsoft.EntityFrameworkCore.Metadata.Internal.IRuntimeStoredProcedure IReadOnlyStoredProcedure IStoredProcedure
생성자
RuntimeStoredProcedure(RuntimeEntityType, String, String, Boolean) |
RuntimeStoredProcedure 클래스의 새 인스턴스를 초기화합니다. |
속성
DebugView |
이 API는 Entity Framework Core 인프라를 지원하고 공용 API와 동일한 호환성 표준이 적용되지 않는 내부 API입니다. 릴리스에서 예고 없이 변경되거나 제거될 수 있습니다. 코드에서 직접 사용해야 하며, 이렇게 하면 새 Entity Framework Core 릴리스로 업데이트할 때 애플리케이션 오류가 발생할 수 있다는 것을 알고 있어야 합니다. |
EntityType |
이 저장 프로시저가 정의된 엔터티 형식을 가져옵니다. |
IsReadOnly |
현재 개체가 읽기 전용인지 여부를 나타냅니다. (다음에서 상속됨 AnnotatableBase) |
Item[String] |
지정된 이름의 값 주석을 가져오고 |
메서드
AddAnnotation(String, Annotation) |
이 개체에 주석을 추가합니다. 지정된 이름의 주석이 이미 있는 경우 을 throw합니다. (다음에서 상속됨 AnnotatableBase) |
AddAnnotation(String, Object) |
이 개체에 주석을 추가합니다. 지정된 이름의 주석이 이미 있는 경우 을 throw합니다. (다음에서 상속됨 AnnotatableBase) |
AddAnnotations(IEnumerable<IAnnotation>) |
이 개체에 주석을 추가합니다. (다음에서 상속됨 AnnotatableBase) |
AddAnnotations(IReadOnlyDictionary<String,Object>) |
이 개체에 주석을 추가합니다. (다음에서 상속됨 AnnotatableBase) |
AddParameter(String, ParameterDirection, Boolean, String, Nullable<Boolean>) |
지정된 이름의 속성에 매핑된 새 매개 변수를 추가합니다. |
AddResultColumn(String, Boolean, String) |
지정된 이름의 속성에 매핑된 이 저장 프로시저에 대한 결과의 새 열을 추가합니다. |
AddRuntimeAnnotation(String, Annotation) |
이 개체에 런타임 주석을 추가합니다. 지정된 이름의 주석이 이미 있는 경우 을 throw합니다. (다음에서 상속됨 AnnotatableBase) |
AddRuntimeAnnotation(String, Object) |
이 개체에 런타임 주석을 추가합니다. 지정된 이름의 주석이 이미 있는 경우 을 throw합니다. (다음에서 상속됨 AnnotatableBase) |
AddRuntimeAnnotations(IEnumerable<Annotation>) |
이 개체에 런타임 주석을 추가합니다. (다음에서 상속됨 AnnotatableBase) |
AddRuntimeAnnotations(IReadOnlyDictionary<String,Object>) |
이 개체에 런타임 주석을 추가합니다. (다음에서 상속됨 AnnotatableBase) |
CreateAnnotation(String, Object) |
새 주석을 만듭니다. (다음에서 상속됨 AnnotatableBase) |
CreateRuntimeAnnotation(String, Object) |
새 런타임 주석을 만듭니다. (다음에서 상속됨 AnnotatableBase) |
EnsureMutable() |
모델이 읽기 전용이면 을 throw합니다. (다음에서 상속됨 AnnotatableBase) |
EnsureReadOnly() |
모델이 읽기 전용이 아닌 경우 을 throw합니다. (다음에서 상속됨 AnnotatableBase) |
FindAnnotation(String) |
지정된 이름의 주석을 가져오고 |
FindRuntimeAnnotation(String) |
지정된 이름의 런타임 주석을 가져오고 존재하지 않는 경우 를 반환합니다 |
GetAnnotation(String) |
지정된 이름의 주석을 가져오고, 없는 경우 을 throw합니다. (다음에서 상속됨 AnnotatableBase) |
GetAnnotations() |
현재 개체의 모든 주석을 가져옵니다. (다음에서 상속됨 AnnotatableBase) |
GetOrAddRuntimeAnnotationValue<TValue,TArg>(String, Func<TArg,TValue>, TArg) |
지정된 이름의 런타임 주석 값을 가져오고, 이름이 없으면 추가합니다. (다음에서 상속됨 AnnotatableBase) |
GetRuntimeAnnotations() |
현재 개체의 모든 런타임 주석을 가져옵니다. (다음에서 상속됨 AnnotatableBase) |
OnAnnotationSet(String, Annotation, Annotation) |
주석을 설정하거나 제거할 때 호출됩니다. (다음에서 상속됨 AnnotatableBase) |
RemoveAnnotation(String) |
이 개체에서 지정된 주석을 제거합니다. (다음에서 상속됨 AnnotatableBase) |
RemoveRuntimeAnnotation(String) |
이 개체에서 지정된 런타임 주석을 제거합니다. (다음에서 상속됨 AnnotatableBase) |
SetAnnotation(String, Annotation, Annotation) |
지정된 키 아래에 저장된 주석을 설정합니다. 지정된 이름의 주석이 이미 있는 경우 기존 주석을 덮어씁니다. (다음에서 상속됨 AnnotatableBase) |
SetAnnotation(String, Object) |
지정된 키 아래에 저장된 주석을 설정합니다. 지정된 이름의 주석이 이미 있는 경우 기존 주석을 덮어씁니다. (다음에서 상속됨 AnnotatableBase) |
SetRuntimeAnnotation(String, Annotation, Annotation) |
지정된 키 아래에 저장된 런타임 주석을 설정합니다. 지정된 이름의 주석이 이미 있는 경우 기존 주석을 덮어씁니다. (다음에서 상속됨 AnnotatableBase) |
SetRuntimeAnnotation(String, Object) |
지정된 키 아래에 저장된 런타임 주석을 설정합니다. 지정된 이름의 주석이 이미 있는 경우 기존 주석을 덮어씁니다. (다음에서 상속됨 AnnotatableBase) |
ToString() |
이 API는 Entity Framework Core 인프라를 지원하고 공용 API와 동일한 호환성 표준이 적용되지 않는 내부 API입니다. 릴리스에서 예고 없이 변경되거나 제거될 수 있습니다. 코드에서 직접 사용해야 하며, 이렇게 하면 새 Entity Framework Core 릴리스로 업데이트할 때 애플리케이션 오류가 발생할 수 있다는 것을 알고 있어야 합니다. |
명시적 인터페이스 구현
적용 대상
Entity Framework