RelationalIndexExtensions.GetDefaultDatabaseName Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetDefaultDatabaseName(IIndex) |
Returns the default name that would be used for this index. |
GetDefaultDatabaseName(IReadOnlyIndex) |
Returns the default name that would be used for this index. |
GetDefaultDatabaseName(IIndex, StoreObjectIdentifier) |
Returns the default name that would be used for this index. |
GetDefaultDatabaseName(IReadOnlyIndex, StoreObjectIdentifier) |
Returns the default name that would be used for this index. |
GetDefaultDatabaseName(IIndex)
Returns the default name that would be used for this index.
public static string GetDefaultDatabaseName (this Microsoft.EntityFrameworkCore.Metadata.IIndex index);
static member GetDefaultDatabaseName : Microsoft.EntityFrameworkCore.Metadata.IIndex -> string
<Extension()>
Public Function GetDefaultDatabaseName (index As IIndex) As String
Parameters
- index
- IIndex
The index.
Returns
The default name that would be used for this index.
Applies to
GetDefaultDatabaseName(IReadOnlyIndex)
Returns the default name that would be used for this index.
public static string GetDefaultDatabaseName (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex index);
public static string? GetDefaultDatabaseName (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex index);
static member GetDefaultDatabaseName : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex -> string
<Extension()>
Public Function GetDefaultDatabaseName (index As IReadOnlyIndex) As String
Parameters
- index
- IReadOnlyIndex
The index.
Returns
The default name that would be used for this index.
Applies to
GetDefaultDatabaseName(IIndex, StoreObjectIdentifier)
Returns the default name that would be used for this index.
public static string GetDefaultDatabaseName (this Microsoft.EntityFrameworkCore.Metadata.IIndex index, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetDefaultDatabaseName : Microsoft.EntityFrameworkCore.Metadata.IIndex * StoreObjectIdentifier -> string
<Extension()>
Public Function GetDefaultDatabaseName (index As IIndex, ByRef storeObject As StoreObjectIdentifier) As String
Parameters
- index
- IIndex
The index.
- storeObject
- StoreObjectIdentifier
The identifier of the store object.
Returns
The default name that would be used for this index.
Applies to
GetDefaultDatabaseName(IReadOnlyIndex, StoreObjectIdentifier)
Returns the default name that would be used for this index.
public static string? GetDefaultDatabaseName (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex index, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetDefaultDatabaseName : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex * StoreObjectIdentifier -> string
<Extension()>
Public Function GetDefaultDatabaseName (index As IReadOnlyIndex, ByRef storeObject As StoreObjectIdentifier) As String
Parameters
- index
- IReadOnlyIndex
The index.
- storeObject
- StoreObjectIdentifier
The identifier of the store object.
Returns
The default name that would be used for this index.
Applies to
Entity Framework