다음을 통해 공유


RelationalTypeMappingInfo 구조체

정의

속성, 형식 또는 공급자별 관계형 형식 이름에 대한 관계형 형식 매핑을 결정하는 데 필요한 메타데이터에 대해 설명합니다.

public readonly struct RelationalTypeMappingInfo : IEquatable<Microsoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo>
[System.Runtime.CompilerServices.IsReadOnly]
public readonly struct RelationalTypeMappingInfo : IEquatable<Microsoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo>
type RelationalTypeMappingInfo = struct
[<System.Runtime.CompilerServices.IsReadOnly>]
type RelationalTypeMappingInfo = struct
Public Structure RelationalTypeMappingInfo
Implements IEquatable(Of RelationalTypeMappingInfo)
상속
RelationalTypeMappingInfo
특성
구현

설명

자세한 내용 과 예제는 데이터베이스 공급자 및 확장 구현 을 참조하세요.

생성자

RelationalTypeMappingInfo(IElementType, String, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

RelationalTypeMappingInfo의 새 인스턴스를 만듭니다.

RelationalTypeMappingInfo(IProperty)

RelationalTypeMappingInfo의 새 인스턴스를 만듭니다.

RelationalTypeMappingInfo(IReadOnlyList<IProperty>)

RelationalTypeMappingInfo의 새 인스턴스를 만듭니다.

RelationalTypeMappingInfo(IReadOnlyList<IProperty>, String, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

RelationalTypeMappingInfo의 새 인스턴스를 만듭니다.

RelationalTypeMappingInfo(MemberInfo)

RelationalTypeMappingInfo의 새 인스턴스를 만듭니다.

RelationalTypeMappingInfo(MemberInfo, RelationalTypeMapping, String, String, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

RelationalTypeMappingInfo의 새 인스턴스를 만듭니다.

RelationalTypeMappingInfo(MemberInfo, String, String, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

RelationalTypeMappingInfo의 새 인스턴스를 만듭니다.

RelationalTypeMappingInfo(RelationalTypeMappingInfo, ValueConverterInfo)

지정된 ValueConverterInfo를 사용하여 의 RelationalTypeMappingInfo 새 instance 만듭니다.

RelationalTypeMappingInfo(String)

RelationalTypeMappingInfo의 새 인스턴스를 만듭니다.

RelationalTypeMappingInfo(String, String, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

RelationalTypeMappingInfo의 새 인스턴스를 만듭니다.

RelationalTypeMappingInfo(Type)

RelationalTypeMappingInfo의 새 인스턴스를 만듭니다.

RelationalTypeMappingInfo(Type, RelationalTypeMapping, String, String, Boolean, Nullable<Boolean>, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, Nullable<DbType>)

TypeMappingInfo의 새 인스턴스를 만듭니다.

RelationalTypeMappingInfo(Type, String, Boolean, Nullable<Boolean>, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>)

TypeMappingInfo의 새 인스턴스를 만듭니다.

RelationalTypeMappingInfo(Type, String, String, Boolean, Nullable<Boolean>, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>)

TypeMappingInfo의 새 인스턴스를 만듭니다.

속성

ClrType

모델의 CLR 형식입니다.

CoreTypeMappingInfo

핵심 형식 매핑 정보입니다.

DbType

DbType 매핑의 입니다.

ElementTypeMapping

매핑의 요소 형식(있는 경우)입니다.

IsFixedLength

매핑된 데이터 형식이 고정 길이인지 여부입니다.

IsKeyOrIndex

매핑이 키 또는 인덱스의 일부인지 여부를 나타냅니다.

IsRowVersion

매핑이 행 버전 null 에 사용되는지 또는 정의되지 않은 경우 사용할지 여부를 나타냅니다.

IsUnicode

매핑이 유니코드 null 를 지원하는지 또는 정의되지 않은지 여부를 나타냅니다.

JsonValueReaderWriter

JSON 판독기/작성기(제공된 경우) 또는 null 그렇지 않은 경우 입니다.

Precision

매핑된 데이터 형식의 제안된 전체 자릿수입니다.

Scale

매핑된 데이터 형식의 제안된 크기입니다.

Size

매핑에 사용할 저장소 크기를 나타냅니다. 그렇지 null 않으면 입니다.

StoreTypeName

매핑이 필요한 공급자별 관계형 형식 이름입니다.

StoreTypeNameBase

패싯이 제거된 공급자별 관계형 형식 이름입니다.

StoreTypeNameSizeIsMax

True 저장소 형식 이름이 "(max)"로 끝나면 입니다.

메서드

Equals(Object)

동일한 매핑을 나타내는 경우 이를 RelationalTypeMappingInfo 다른 검사 비교합니다.

Equals(RelationalTypeMappingInfo)

동일한 매핑을 나타내는 경우 이를 RelationalTypeMappingInfo 다른 검사 비교합니다.

GetHashCode()

이 개체에 대한 해시 코드를 반환합니다.

ToString()

속성, 형식 또는 공급자별 관계형 형식 이름에 대한 관계형 형식 매핑을 결정하는 데 필요한 메타데이터에 대해 설명합니다.

WithConverter(ValueConverterInfo)

지정된 변환기가 적용된 새 RelationalTypeMappingInfo 를 반환합니다.

연산자

Equality(RelationalTypeMappingInfo, RelationalTypeMappingInfo)

속성, 형식 또는 공급자별 관계형 형식 이름에 대한 관계형 형식 매핑을 결정하는 데 필요한 메타데이터에 대해 설명합니다.

Inequality(RelationalTypeMappingInfo, RelationalTypeMappingInfo)

속성, 형식 또는 공급자별 관계형 형식 이름에 대한 관계형 형식 매핑을 결정하는 데 필요한 메타데이터에 대해 설명합니다.

적용 대상