SqlServerModelExtensions.SetSequenceSchema Method

Definition

Overloads

SetSequenceSchema(IMutableModel, String)

Sets the schema to use for the default key value generation sequence.

SetSequenceSchema(IConventionModel, String, Boolean)

Sets the schema to use for the default key value generation sequence.

SetSequenceSchema(IMutableModel, String)

Source:
SqlServerModelExtensions.cs
Source:
SqlServerModelExtensions.cs
Source:
SqlServerModelExtensions.cs

Sets the schema to use for the default key value generation sequence.

C#
public static void SetSequenceSchema (this Microsoft.EntityFrameworkCore.Metadata.IMutableModel model, string? value);

Parameters

model
IMutableModel

The model.

value
String

The value to set.

Applies to

Entity Framework Core 9.0 ja muud versioonid
Toode Versioonid
Entity Framework Core 7.0, 8.0, 9.0

SetSequenceSchema(IConventionModel, String, Boolean)

Source:
SqlServerModelExtensions.cs
Source:
SqlServerModelExtensions.cs
Source:
SqlServerModelExtensions.cs

Sets the schema to use for the default key value generation sequence.

C#
public static string? SetSequenceSchema (this Microsoft.EntityFrameworkCore.Metadata.IConventionModel model, string? value, bool fromDataAnnotation = false);

Parameters

model
IConventionModel

The model.

value
String

The value to set.

fromDataAnnotation
Boolean

Indicates whether the configuration was specified using a data annotation.

Returns

The configured value.

Applies to

Entity Framework Core 9.0 ja muud versioonid
Toode Versioonid
Entity Framework Core 7.0, 8.0, 9.0