ModelCodeGenerationOptions.SuppressOnConfiguring 属性

定义

获取或设置一个值,该值指示是否禁止生成 OnConfiguring () 方法。

public virtual bool SuppressOnConfiguring { get; set; }
member this.SuppressOnConfiguring : bool with get, set
Public Overridable Property SuppressOnConfiguring As Boolean

属性值

一个值,该值指示是否禁止生成 OnConfiguring () 方法。

适用于