LengthPropertyConfiguration.IsVariableLength 方法

定义

将属性配置为可变长度。 属性在默认情况下为可变长度。

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

返回

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

适用于