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
存储对象的标识符。
返回
包含的属性名称,或者 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
(如果尚未指定)。