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