다음을 통해 공유


RelationalElementTypeExtensions.IsFixedLength 메서드

정의

오버로드

IsFixedLength(IReadOnlyElementType)

요소가 문자열과 같은 고정 길이 데이터만 저장할 수 있는지 여부를 나타내는 플래그를 반환합니다.

IsFixedLength(IReadOnlyElementType, StoreObjectIdentifier)

요소가 문자열과 같은 고정 길이 데이터만 저장할 수 있는지 여부를 나타내는 플래그를 반환합니다.

IsFixedLength(IReadOnlyElementType)

요소가 문자열과 같은 고정 길이 데이터만 저장할 수 있는지 여부를 나타내는 플래그를 반환합니다.

public static bool? IsFixedLength (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyElementType elementType);
static member IsFixedLength : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyElementType -> Nullable<bool>
<Extension()>
Public Function IsFixedLength (elementType As IReadOnlyElementType) As Nullable(Of Boolean)

매개 변수

elementType
IReadOnlyElementType

요소입니다.

반환

요소가 문자열과 같은 고정 길이 데이터만 저장할 수 있는지 여부를 나타내는 플래그입니다.

적용 대상

IsFixedLength(IReadOnlyElementType, StoreObjectIdentifier)

요소가 문자열과 같은 고정 길이 데이터만 저장할 수 있는지 여부를 나타내는 플래그를 반환합니다.

public static bool? IsFixedLength (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyElementType elementType, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member IsFixedLength : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyElementType * StoreObjectIdentifier -> Nullable<bool>
<Extension()>
Public Function IsFixedLength (elementType As IReadOnlyElementType, ByRef storeObject As StoreObjectIdentifier) As Nullable(Of Boolean)

매개 변수

elementType
IReadOnlyElementType

요소입니다.

storeObject
StoreObjectIdentifier

열을 포함하는 테이블과 유사한 저장소 개체의 식별자입니다.

반환

요소가 문자열과 같은 고정 길이 데이터만 저장할 수 있는지 여부를 나타내는 플래그입니다.

적용 대상