Class CoreFunctionsConvention
- Namespace
- InSite.Persistence
- Assembly
- InSite.Persistence.dll
public class CoreFunctionsConvention : IStoreModelConvention<EntityContainer>, IConvention
- Inheritance
-
CoreFunctionsConvention
- Implements
- Inherited Members
Constructors
CoreFunctionsConvention()
public CoreFunctionsConvention()
Methods
Apply(EntityContainer, DbModel)
Applies this convention to an item in the model.
public void Apply(EntityContainer item, DbModel model)
Parameters
itemEntityContainerThe item to apply the convention to.
modelDbModelThe model.