SqlServerModelExtensions.SetSequenceNameSuffix Method

Definition

Overloads

SetSequenceNameSuffix(IMutableModel, String)

Sets the suffix to append to the name of automatically created sequences.

SetSequenceNameSuffix(IConventionModel, String, Boolean)

Sets the suffix to append to the name of automatically created sequences.

SetSequenceNameSuffix(IMutableModel, String)

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

Sets the suffix to append to the name of automatically created sequences.

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

Parameters

model
IMutableModel

The model.

name
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

SetSequenceNameSuffix(IConventionModel, String, Boolean)

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

Sets the suffix to append to the name of automatically created sequences.

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

Parameters

model
IConventionModel

The model.

name
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