RuntimeDbFunctionParameter 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
함수 매개 변수를 나타냅니다.
public class RuntimeDbFunctionParameter : Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase, Microsoft.EntityFrameworkCore.Metadata.Internal.IRuntimeDbFunctionParameter
type RuntimeDbFunctionParameter = class
inherit AnnotatableBase
interface IRuntimeDbFunctionParameter
interface IDbFunctionParameter
interface IReadOnlyDbFunctionParameter
interface IReadOnlyAnnotatable
interface IAnnotatable
Public Class RuntimeDbFunctionParameter
Inherits AnnotatableBase
Implements IRuntimeDbFunctionParameter
- 상속
- 구현
-
IAnnotatable IReadOnlyAnnotatable IDbFunctionParameter Microsoft.EntityFrameworkCore.Metadata.Internal.IRuntimeDbFunctionParameter IReadOnlyDbFunctionParameter
설명
자세한 내용 및 예제는 데이터베이스 함수 를 참조하세요.
생성자
RuntimeDbFunctionParameter(RuntimeDbFunction, String, Type, Boolean, String, RelationalTypeMapping) |
이 API는 Entity Framework Core 인프라를 지원하며 공용 API와 동일한 호환성 표준이 적용되지 않는 내부 API입니다. 릴리스에서 예고 없이 변경되거나 제거될 수 있습니다. 코드에서 직접 사용해야 하며, 이렇게 하면 새 Entity Framework Core 릴리스로 업데이트할 때 애플리케이션 오류가 발생할 수 있다는 것을 알고 있어야 합니다. |
속성
DebugView |
이 API는 Entity Framework Core 인프라를 지원하며 공용 API와 동일한 호환성 표준이 적용되지 않는 내부 API입니다. 릴리스에서 예고 없이 변경되거나 제거될 수 있습니다. 코드에서 직접 사용해야 하며, 이렇게 하면 새 Entity Framework Core 릴리스로 업데이트할 때 애플리케이션 오류가 발생할 수 있다는 것을 알고 있어야 합니다. |
Function |
이 매개 변수가 속한 함수를 가져옵니다. |
IsReadOnly |
현재 개체가 읽기 전용인지 여부를 나타냅니다. (다음에서 상속됨 AnnotatableBase) |
Item[String] |
지정된 이름의 값 주석을 가져오고, 없는 경우 를 반환합니다 |
Name |
데이터베이스에 있는 함수의 이름을 가져옵니다. |
TypeMapping |
이 매개 변수에 대한 형식 매핑을 가져오거나 설정합니다. |
메서드
명시적 인터페이스 구현
확장 메서드
AnnotationsToDebugString(IAnnotatable, Int32) |
개체에 선언된 모든 주석에 대한 디버그 문자열을 가져옵니다. |
적용 대상
Entity Framework