public static IEdmModel AddDbCompiledModelAnnotation(this IEdmModel model, DbCompiledModel dbCompiledModel) { var annotation = new DbCompiledModelAnnotation(dbCompiledModel); model.SetAnnotationValue(model, annotation); return model; }
public static IEdmModel AddDbCompiledModelAnnotation(this IEdmModel model, DbCompiledModel dbCompiledModel) { var annotation = new DbCompiledModelAnnotation(dbCompiledModel); model.SetAnnotationValue(model, annotation); return(model); }