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

存储对象的标识符。

返回

包含的属性名称,或者 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 (如果尚未指定)。

适用于