4 references to ContextConfiguration
System.Web.DynamicData (4)
DynamicData\MetaModel.cs (4)
139
RegisterContext(contextType, new
ContextConfiguration
());
160
RegisterContext(contextFactory, new
ContextConfiguration
());
198
RegisterContext(dataModelProvider, new
ContextConfiguration
());
302
model.RegisterContext(new SimpleDataModelProvider(entityType), new
ContextConfiguration
{ MetadataProviderFactory = null });