RelationalModelExtensions.AreNamedDefaultConstraintsUsed Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the value indicating whether named default constraints should be used.
public static bool AreNamedDefaultConstraintsUsed(this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyModel model);
static member AreNamedDefaultConstraintsUsed : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyModel -> bool
<Extension()>
Public Function AreNamedDefaultConstraintsUsed (model As IReadOnlyModel) As Boolean
Parameters
- model
- IReadOnlyModel
The model to get the value for.