다음을 통해 공유


RelationalPropertyExtensions.IsFixedLength 메서드

정의

오버로드

IsFixedLength(IReadOnlyProperty, StoreObjectIdentifier)

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

IsFixedLength(IProperty, StoreObjectIdentifier)

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

IsFixedLength(IProperty)

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

IsFixedLength(IReadOnlyProperty)

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

IsFixedLength(IReadOnlyProperty, StoreObjectIdentifier)

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

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

매개 변수

property
IReadOnlyProperty

속성입니다.

storeObject
StoreObjectIdentifier

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

반환

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

적용 대상

IsFixedLength(IProperty, StoreObjectIdentifier)

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

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

매개 변수

property
IProperty

속성입니다.

storeObject
StoreObjectIdentifier

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

반환

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

적용 대상

IsFixedLength(IProperty)

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

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

매개 변수

property
IProperty

속성입니다.

반환

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

적용 대상

IsFixedLength(IReadOnlyProperty)

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

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

매개 변수

property
IReadOnlyProperty

속성입니다.

반환

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

적용 대상