Share via


SqlServerStoreGenerationConvention.Validate Method

Definition

Overloads

Validate(IConventionProperty)
Validate(IConventionProperty, StoreObjectIdentifier)

Throws if there is conflicting store generation configuration for this property.

Validate(IConventionProperty)

protected override void Validate (Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property);
override this.Validate : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty -> unit
Protected Overrides Sub Validate (property As IConventionProperty)

Parameters

Applies to

Validate(IConventionProperty, StoreObjectIdentifier)

Throws if there is conflicting store generation configuration for this property.

protected override void Validate (Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
override this.Validate : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * StoreObjectIdentifier -> unit
Protected Overrides Sub Validate (property As IConventionProperty, storeObject As StoreObjectIdentifier)

Parameters

property
IConventionProperty

The property to check.

storeObject
StoreObjectIdentifier

The identifier of the store object.

Applies to