IConvention Interface

Definition

Identifies conventions that can be added to or removed from a DbModelBuilder instance.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1040:AvoidEmptyInterfaces")]
public interface IConvention
type IConvention = interface
Public Interface IConvention
Derived
Attributes

Remarks

Note that implementations of this interface must be immutable.

Applies to