RelationalIndexExtensions.FindSharedObjectRootIndex 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
FindSharedObjectRootIndex(IConventionIndex, StoreObjectIdentifier) |
查找映射到类似共享表的 对象中的同一索引的第 IConventionIndex 一个 。 此方法通常由数据库提供程序 (和其他扩展) 使用。 它通常不用于应用程序代码。 |
FindSharedObjectRootIndex(IIndex, StoreObjectIdentifier) |
查找映射到类似共享表的 对象中的同一索引的第 IConventionIndex 一个 。 此方法通常由数据库提供程序 (和其他扩展) 使用。 它通常不用于应用程序代码。 |
FindSharedObjectRootIndex(IMutableIndex, StoreObjectIdentifier) |
查找映射到类似共享表的 对象中的同一索引的第 IMutableIndex 一个 。 此方法通常由数据库提供程序 (和其他扩展) 使用。 它通常不用于应用程序代码。 |
FindSharedObjectRootIndex(IReadOnlyIndex, StoreObjectIdentifier) |
查找映射到类似共享表的 对象中的同一索引的第 IIndex 一个 。 此方法通常由数据库提供程序 (和其他扩展) 使用。 它通常不用于应用程序代码。 |
FindSharedObjectRootIndex(IConventionIndex, StoreObjectIdentifier)
查找映射到类似共享表的 对象中的同一索引的第 IConventionIndex 一个 。
此方法通常由数据库提供程序 (和其他扩展) 使用。 它通常不用于应用程序代码。
public static Microsoft.EntityFrameworkCore.Metadata.IConventionIndex FindSharedObjectRootIndex (this Microsoft.EntityFrameworkCore.Metadata.IConventionIndex index, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
public static Microsoft.EntityFrameworkCore.Metadata.IConventionIndex? FindSharedObjectRootIndex (this Microsoft.EntityFrameworkCore.Metadata.IConventionIndex index, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindSharedObjectRootIndex : Microsoft.EntityFrameworkCore.Metadata.IConventionIndex * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.IConventionIndex
<Extension()>
Public Function FindSharedObjectRootIndex (index As IConventionIndex, ByRef storeObject As StoreObjectIdentifier) As IConventionIndex
参数
- index
- IConventionIndex
索引。
- storeObject
- StoreObjectIdentifier
包含存储对象的标识符。
返回
找到的索引;如果未找到索引, null
则为 。
适用于
FindSharedObjectRootIndex(IIndex, StoreObjectIdentifier)
查找映射到类似共享表的 对象中的同一索引的第 IConventionIndex 一个 。
此方法通常由数据库提供程序 (和其他扩展) 使用。 它通常不用于应用程序代码。
public static Microsoft.EntityFrameworkCore.Metadata.IIndex FindSharedObjectRootIndex (this Microsoft.EntityFrameworkCore.Metadata.IIndex index, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
public static Microsoft.EntityFrameworkCore.Metadata.IIndex? FindSharedObjectRootIndex (this Microsoft.EntityFrameworkCore.Metadata.IIndex index, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindSharedObjectRootIndex : Microsoft.EntityFrameworkCore.Metadata.IIndex * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.IIndex
<Extension()>
Public Function FindSharedObjectRootIndex (index As IIndex, ByRef storeObject As StoreObjectIdentifier) As IIndex
参数
- index
- IIndex
索引。
- storeObject
- StoreObjectIdentifier
包含存储对象的标识符。
返回
找到的索引;如果未找到索引, null
则为 。
适用于
FindSharedObjectRootIndex(IMutableIndex, StoreObjectIdentifier)
查找映射到类似共享表的 对象中的同一索引的第 IMutableIndex 一个 。
此方法通常由数据库提供程序 (和其他扩展) 使用。 它通常不用于应用程序代码。
public static Microsoft.EntityFrameworkCore.Metadata.IMutableIndex FindSharedObjectRootIndex (this Microsoft.EntityFrameworkCore.Metadata.IMutableIndex index, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
public static Microsoft.EntityFrameworkCore.Metadata.IMutableIndex? FindSharedObjectRootIndex (this Microsoft.EntityFrameworkCore.Metadata.IMutableIndex index, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindSharedObjectRootIndex : Microsoft.EntityFrameworkCore.Metadata.IMutableIndex * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.IMutableIndex
<Extension()>
Public Function FindSharedObjectRootIndex (index As IMutableIndex, ByRef storeObject As StoreObjectIdentifier) As IMutableIndex
参数
- index
- IMutableIndex
索引。
- storeObject
- StoreObjectIdentifier
包含存储对象的标识符。
返回
找到的索引;如果未找到索引, null
则为 。
适用于
FindSharedObjectRootIndex(IReadOnlyIndex, StoreObjectIdentifier)
查找映射到类似共享表的 对象中的同一索引的第 IIndex 一个 。
此方法通常由数据库提供程序 (和其他扩展) 使用。 它通常不用于应用程序代码。
public static Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex? FindSharedObjectRootIndex (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex index, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindSharedObjectRootIndex : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex
<Extension()>
Public Function FindSharedObjectRootIndex (index As IReadOnlyIndex, ByRef storeObject As StoreObjectIdentifier) As IReadOnlyIndex
参数
- index
- IReadOnlyIndex
索引。
- storeObject
- StoreObjectIdentifier
包含存储对象的标识符。
返回
找到的索引;如果未找到索引, null
则为 。