SqlServerPropertyExtensions.GetSequenceName 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
GetSequenceName(IReadOnlyProperty) |
Returns the name to use for the key value generation sequence. |
GetSequenceName(IReadOnlyProperty, StoreObjectIdentifier) |
Returns the name to use for the key value generation sequence. |
GetSequenceName(IReadOnlyProperty)
Returns the name to use for the key value generation sequence.
public static string? GetSequenceName (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
static member GetSequenceName : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> string
<Extension()>
Public Function GetSequenceName (property As IReadOnlyProperty) As String
Parameters
- property
- IReadOnlyProperty
The property.
Returns
The name to use for the key value generation sequence.
Applies to
GetSequenceName(IReadOnlyProperty, StoreObjectIdentifier)
Returns the name to use for the key value generation sequence.
public static string? GetSequenceName (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetSequenceName : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> string
<Extension()>
Public Function GetSequenceName (property As IReadOnlyProperty, ByRef storeObject As StoreObjectIdentifier) As String
Parameters
- property
- IReadOnlyProperty
The property.
- storeObject
- StoreObjectIdentifier
The identifier of the store object.
Returns
The name to use for the key value generation sequence.
Applies to
Entity Framework