SqlServerIndexExtensions.GetIncludeProperties 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
GetIncludeProperties(IReadOnlyIndex, StoreObjectIdentifier) |
傳回包含的屬性名稱,如果尚未指定,則 |
GetIncludeProperties(IReadOnlyIndex) |
傳回包含的屬性名稱,如果尚未指定,則 |
GetIncludeProperties(IIndex) |
傳回包含的屬性名稱,如果尚未指定,則 |
GetIncludeProperties(IReadOnlyIndex, StoreObjectIdentifier)
傳回包含的屬性名稱,如果尚未指定,則 null
傳回 。
public static System.Collections.Generic.IReadOnlyList<string>? GetIncludeProperties (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex index, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetIncludeProperties : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex * StoreObjectIdentifier -> System.Collections.Generic.IReadOnlyList<string>
<Extension()>
Public Function GetIncludeProperties (index As IReadOnlyIndex, ByRef storeObject As StoreObjectIdentifier) As IReadOnlyList(Of String)
參數
- index
- IReadOnlyIndex
索引。
- storeObject
- StoreObjectIdentifier
Store 物件的識別碼。
傳回
包含的屬性名稱,如果尚未指定,則 null
為 。
適用於
GetIncludeProperties(IReadOnlyIndex)
傳回包含的屬性名稱,如果尚未指定,則 null
傳回 。
public static System.Collections.Generic.IReadOnlyList<string>? GetIncludeProperties (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex index);
static member GetIncludeProperties : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex -> System.Collections.Generic.IReadOnlyList<string>
<Extension()>
Public Function GetIncludeProperties (index As IReadOnlyIndex) As IReadOnlyList(Of String)
參數
- index
- IReadOnlyIndex
索引。
傳回
包含的屬性名稱,如果尚未指定,則 null
為 。
適用於
GetIncludeProperties(IIndex)
傳回包含的屬性名稱,如果尚未指定,則 null
傳回 。
public static System.Collections.Generic.IReadOnlyList<string> GetIncludeProperties (this Microsoft.EntityFrameworkCore.Metadata.IIndex index);
static member GetIncludeProperties : Microsoft.EntityFrameworkCore.Metadata.IIndex -> System.Collections.Generic.IReadOnlyList<string>
<Extension()>
Public Function GetIncludeProperties (index As IIndex) As IReadOnlyList(Of String)
參數
- index
- IIndex
索引。
傳回
包含的屬性名稱,如果尚未指定,則 null
為 。