SqlServerStoreGenerationConvention.Validate 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.
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
- property
- IConventionProperty
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework