LengthPropertyConfiguration.IsMaxLength 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将属性配置为允许使用数据库提供程序支持的最大长度。
public System.Data.Entity.ModelConfiguration.Configuration.LengthPropertyConfiguration IsMaxLength ();
member this.IsMaxLength : unit -> System.Data.Entity.ModelConfiguration.Configuration.LengthPropertyConfiguration
Public Function IsMaxLength () As LengthPropertyConfiguration
返回
相同的 LengthPropertyConfiguration 实例,以便可以链接多个调用。