LengthPropertyConfiguration.IsMaxLength 方法

定义

将属性配置为允许使用数据库提供程序支持的最大长度。

public System.Data.Entity.ModelConfiguration.Configuration.LengthPropertyConfiguration IsMaxLength ();
member this.IsMaxLength : unit -> System.Data.Entity.ModelConfiguration.Configuration.LengthPropertyConfiguration
Public Function IsMaxLength () As LengthPropertyConfiguration

返回

相同的 LengthPropertyConfiguration 实例,以便可以链接多个调用。

适用于