Table of Contents

Class RelationalModelExtensions

Namespace
Microsoft.EntityFrameworkCore.Infrastructure
Assembly
Microsoft.EntityFrameworkCore.Relational.dll

Relational-specific extension methods for Microsoft.EntityFrameworkCore.Metadata.IModel.

public static class RelationalModelExtensions
Inheritance
RelationalModelExtensions
Inherited Members

Methods

GetRelationalDependencies(IModel, string)

Returns the relational service dependencies.

public static RelationalModelDependencies GetRelationalDependencies(this IModel model, string methodName = "")

Parameters

model IModel

The model.

methodName string

The name of the calling method.

Returns

RelationalModelDependencies

The relational service dependencies.

Remarks

See Implementation of database providers and extensions for more information and examples.