SqlServerModelExtensions.GetServiceTierSql Method

Definition

Overloads

GetServiceTierSql(IReadOnlyModel)

Returns the service tier of the database.

GetServiceTierSql(IModel)

Returns the service tier of the database.

GetServiceTierSql(IReadOnlyModel)

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

Returns the service tier of the database.

C#
public static string? GetServiceTierSql (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyModel model);

Parameters

model
IReadOnlyModel

The model.

Returns

The service tier of the database.

Applies to

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

GetServiceTierSql(IModel)

Source:
SqlServerModelExtensions.cs
Source:
SqlServerModelExtensions.cs

Returns the service tier of the database.

C#
public static string GetServiceTierSql (this Microsoft.EntityFrameworkCore.Metadata.IModel model);

Parameters

model
IModel

The model.

Returns

The service tier of the database.

Applies to

Entity Framework Core 5.0 ja Entity Framework Core 3.1
Toode Versioonid
Entity Framework Core 3.1, 5.0