IConventionContext 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.
Contextual information associated with each convention call.
public interface IConventionContext
type IConventionContext = interface
Public Interface IConventionContext
- Derived
Remarks
See Model building conventions for more information and examples.
Methods
DelayConventions() |
Prevents conventions from being executed immediately when a metadata aspect is modified. All the delayed conventions will be executed after the returned object is disposed. |
StopProcessing() |
Calling this will prevent further processing of the associated event by other conventions. |
Applies to
Entity Framework