Sequence
DefaultIncrementBy
DefaultStartValue
DefaultClrType
DefaultIsCyclic
DefaultMaxValue
DefaultMinValue
Sequence(IModel, String)
Sequence(IReadOnlyModel, String)
Sequence(IMutableModel, String, String, String)
Sequence(String, String, IReadOnlyModel, ConfigurationSource)
Builder
ClrType
IncrementBy
IsCyclic
IsInModel
IsReadOnly
MaxValue
MinValue
Model
ModelSchema
Name
Schema
StartValue
SupportedTypes
Type
AddSequence(IMutableModel, String, String, ConfigurationSource)
FindSequence(IReadOnlyModel, String, String)
GetConfigurationSource()
GetIncrementByConfigurationSource()
GetIsCyclicConfigurationSource()
GetMaxValueConfigurationSource()
GetMinValueConfigurationSource()
GetSequences(IReadOnlyModel)
GetSequences(IModel, String)
GetStartValueConfigurationSource()
GetTypeConfigurationSource()
RemoveSequence(IMutableModel, String, String)
SetIncrementBy(Int32?, ConfigurationSource)
SetIsCyclic(Boolean?, ConfigurationSource)
SetMaxValue(Int64?, ConfigurationSource)
SetMinValue(Int64?, ConfigurationSource)
SetName(IMutableModel, Sequence, String)
SetRemovedFromModel()
SetStartValue(Int64?, ConfigurationSource)
SetType(Type, ConfigurationSource)
ToString()
UpdateConfigurationSource(ConfigurationSource)
netcoreapp2.0
namespace Microsoft.EntityFrameworkCore.Metadata.Internal
{
public class Sequence : IMutableSequence, ISequence
{
public virtual long StartValue { get; set; }
}
}
.NET | 8.09.010.0 |
---|---|
.NET Core | 2.02.12.2 |
Information specific to netcoreapp2.0 | |
Assembly | Microsoft.EntityFrameworkCore.Relational , Version=2.0.3.0, PublicKeyToken=adb9793829ddae60 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API