다음을 통해 공유


SqlServerPropertyExtensions.IsSparse 메서드

정의

오버로드

IsSparse(IReadOnlyProperty)

속성의 열이 스파스인지 여부를 나타내는 값을 반환합니다.

IsSparse(IReadOnlyProperty, StoreObjectIdentifier)

속성의 열이 스파스인지 여부를 나타내는 값을 반환합니다.

IsSparse(IReadOnlyProperty)

속성의 열이 스파스인지 여부를 나타내는 값을 반환합니다.

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

매개 변수

property
IReadOnlyProperty

속성입니다.

반환

true 속성의 열이 스파스이면 입니다.

적용 대상

IsSparse(IReadOnlyProperty, StoreObjectIdentifier)

속성의 열이 스파스인지 여부를 나타내는 값을 반환합니다.

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

매개 변수

property
IReadOnlyProperty

속성입니다.

storeObject
StoreObjectIdentifier

저장소 개체의 식별자입니다.

반환

true 속성의 열이 스파스이면 입니다.

적용 대상