RelationalIndexExtensions.GetDefaultDatabaseName Method
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.
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. |
- Source:
- RelationalIndexExtensions.cs
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
Entity Framework Core 5.0
Toode | Versioonid |
---|---|
Entity Framework Core | 5.0 |
- Source:
- RelationalIndexExtensions.cs
- Source:
- RelationalIndexExtensions.cs
- Source:
- RelationalIndexExtensions.cs
- Source:
- RelationalIndexExtensions.cs
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
Entity Framework Core 9.0 ja muud versioonid
Toode | Versioonid |
---|---|
Entity Framework Core | 6.0, 7.0, 8.0, 9.0 |
- Source:
- RelationalIndexExtensions.cs
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
Entity Framework Core 5.0
Toode | Versioonid |
---|---|
Entity Framework Core | 5.0 |
- Source:
- RelationalIndexExtensions.cs
- Source:
- RelationalIndexExtensions.cs
- Source:
- RelationalIndexExtensions.cs
- Source:
- RelationalIndexExtensions.cs
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 Core 9.0 ja muud versioonid
Toode | Versioonid |
---|---|
Entity Framework Core | 6.0, 7.0, 8.0, 9.0 |
Toote „Entity Framework“ tagasiside
Entity Framework on avatud lähtekoodiga projekt. Tagasiside andmiseks valige link: