Interface ISequence
- Namespace
- Microsoft.EntityFrameworkCore.Metadata
- Assembly
- Microsoft.EntityFrameworkCore.Relational.dll
Represents a database sequence in the model.
public interface ISequence : IReadOnlySequence, IReadOnlyAnnotatable, IAnnotatable
- Inherited Members
Remarks
See Database sequences for more information and examples.
Properties
Model
Gets the model in which this sequence is defined.
IModel Model { get; }
Property Value
- IModel