Share via


SqliteStoreGenerationConvention.Validate Method

Definition

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