Compartir a través de


SqlServerStoreGenerationConvention.Validate Método

Definición

Sobrecargas

Validate(IConventionProperty)
Validate(IConventionProperty, StoreObjectIdentifier)

Produce si hay una configuración de generación de almacén en conflicto para esta propiedad.

Validate(IConventionProperty)

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

Parámetros

Se aplica a

Validate(IConventionProperty, StoreObjectIdentifier)

Source:
SqlServerStoreGenerationConvention.cs
Source:
SqlServerStoreGenerationConvention.cs
Source:
SqlServerStoreGenerationConvention.cs
Source:
SqlServerStoreGenerationConvention.cs
Source:
SqlServerStoreGenerationConvention.cs

Produce si hay una configuración de generación de almacén en conflicto para esta propiedad.

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)

Parámetros

property
IConventionProperty

Propiedad que se va a comprobar.

storeObject
StoreObjectIdentifier

Identificador del objeto de almacén.

Se aplica a