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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework