IDbContextOptionsExtension.ApplyDefaults(IDbContextOptions) Method

Definition

Gives the extension a chance to configure defaults based on other options. Most extensions do not have dynamic defaults and so this will be a no-op.

C#
public virtual Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptionsExtension ApplyDefaults (Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions options);

Parameters

options
IDbContextOptions

The options being validated.

Returns

Applies to

Proizvod Verzije
Entity Framework Core 8.0, 9.0