IStoreModelConvention<T> Interface
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.
A convention that operates on the database section of the model after the model is created.
public interface IStoreModelConvention<T> : System.Data.Entity.ModelConfiguration.Conventions.IConvention where T : MetadataItem
type IStoreModelConvention<'T (requires 'T :> MetadataItem)> = interface
interface IConvention
Public Interface IStoreModelConvention(Of T)
Implements IConvention
Type Parameters
- T
The type of metadata item that this convention operates on.
- Derived
- Implements
Methods
Apply(T, DbModel) |
Applies this convention to an item in the model. |
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