SqlServerPropertyExtensions.IsSparse 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
如果屬性的資料行為疏鬆,則為 。