随笔分类 -  Entity Framework

摘要:Entity Framework Tutorials2 文章网址HtmlHelper 类描述:表示支持在视图中呈现 HTML 控件。扩展方法:查看LinkExtensions 类描述:表示在应用程序中支持 HTML 链接方法:ActionLinkRouteLinkActionLink用法可参考Html.ActionLink这篇文章 讲的比较详细。DisplayExtensions 类描述:表示支持以 HTML 形式呈现对象值。方法:1. Display 描述:返回由字符串表达式表示的对象中的每个属性所对应的 HTML 标记。 定义:public static MvcHtmlString Dis 阅读全文
posted @ 2011-11-16 16:00 JetWu 阅读(258) 评论(0) 推荐(0)
摘要:Entity Framework Tutorials 1 文章网址ConventionsConfiguration 类描述:Allows the conventions used by a DbModelBuilder instance to be customized主要方法:Remove<TConvention>()Disables a convention for the DbModelBuilder.System.Data.Entity.ModelConfiguration.Conventions 命名空间描述:Contains classes that describe 阅读全文
posted @ 2011-11-15 13:17 JetWu 阅读(431) 评论(0) 推荐(0)