RelationalPropertyExtensions.IsFixedLength 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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
속성입니다.
반환
속성이 문자열과 같은 고정 길이 데이터만 저장할 수 있는지 여부를 나타내는 플래그입니다.
적용 대상
Entity Framework