IConceptualModelConvention<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 conceptual section of the model after the model is created.
public interface IConceptualModelConvention<T> : System.Data.Entity.ModelConfiguration.Conventions.IConvention where T : MetadataItem
type IConceptualModelConvention<'T (requires 'T :> MetadataItem)> = interface
interface IConvention
Public Interface IConceptualModelConvention(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
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