共用方式為


RelationalIndexExtensions.FindSharedObjectRootIndex 方法

定義

多載

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

適用於