RelationalIndexExtensions.GetDatabaseName 方法

定义

重载

GetDatabaseName(IIndex)

返回数据库中索引的名称。

GetDatabaseName(IReadOnlyIndex)

返回数据库中索引的名称。

GetDatabaseName(IIndex, StoreObjectIdentifier)

返回数据库中索引的名称。

GetDatabaseName(IReadOnlyIndex, StoreObjectIdentifier)

返回数据库中索引的名称。

GetDatabaseName(IIndex)

Source:
RelationalIndexExtensions.cs

返回数据库中索引的名称。

public static string GetDatabaseName (this Microsoft.EntityFrameworkCore.Metadata.IIndex index);
static member GetDatabaseName : Microsoft.EntityFrameworkCore.Metadata.IIndex -> string
<Extension()>
Public Function GetDatabaseName (index As IIndex) As String

参数

index
IIndex

索引。

返回

数据库中索引的名称。

适用于

GetDatabaseName(IReadOnlyIndex)

Source:
RelationalIndexExtensions.cs
Source:
RelationalIndexExtensions.cs
Source:
RelationalIndexExtensions.cs
Source:
RelationalIndexExtensions.cs

返回数据库中索引的名称。

public static string GetDatabaseName (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex index);
public static string? GetDatabaseName (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex index);
static member GetDatabaseName : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex -> string
<Extension()>
Public Function GetDatabaseName (index As IReadOnlyIndex) As String

参数

index
IReadOnlyIndex

索引。

返回

数据库中索引的名称。

适用于

GetDatabaseName(IIndex, StoreObjectIdentifier)

Source:
RelationalIndexExtensions.cs

返回数据库中索引的名称。

public static string GetDatabaseName (this Microsoft.EntityFrameworkCore.Metadata.IIndex index, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetDatabaseName : Microsoft.EntityFrameworkCore.Metadata.IIndex * StoreObjectIdentifier -> string
<Extension()>
Public Function GetDatabaseName (index As IIndex, ByRef storeObject As StoreObjectIdentifier) As String

参数

index
IIndex

索引。

storeObject
StoreObjectIdentifier

存储对象的标识符。

返回

数据库中索引的名称。

适用于

GetDatabaseName(IReadOnlyIndex, StoreObjectIdentifier)

Source:
RelationalIndexExtensions.cs
Source:
RelationalIndexExtensions.cs
Source:
RelationalIndexExtensions.cs
Source:
RelationalIndexExtensions.cs

返回数据库中索引的名称。

public static string? GetDatabaseName (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex index, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetDatabaseName : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex * StoreObjectIdentifier -> string
<Extension()>
Public Function GetDatabaseName (index As IReadOnlyIndex, ByRef storeObject As StoreObjectIdentifier) As String

参数

index
IReadOnlyIndex

索引。

storeObject
StoreObjectIdentifier

存储对象的标识符。

返回

数据库中索引的名称。

适用于