SqlServerIndexExtensions.GetIncludeProperties 方法

定義

多載

GetIncludeProperties(IReadOnlyIndex, StoreObjectIdentifier)

傳回包含的屬性名稱,如果尚未指定,則 null 傳回 。

GetIncludeProperties(IReadOnlyIndex)

傳回包含的屬性名稱,如果尚未指定,則 null 傳回 。

GetIncludeProperties(IIndex)

傳回包含的屬性名稱,如果尚未指定,則 null 傳回 。

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 為 。

適用於