次の方法で共有


ConventionsConfiguration.Remove メソッド

定義

オーバーロード

Remove(IConvention[])

の 1 つ以上の規則を DbModelBuilder無効にします。

Remove<TConvention>()

の規則 DbModelBuilderを無効にします。 削除に使用できる既定の規則は、System.Data.Entity.ModelConfiguration.Conventions 名前空間にあります。

Remove(IConvention[])

の 1 つ以上の規則を DbModelBuilder無効にします。

public void Remove (params System.Data.Entity.ModelConfiguration.Conventions.IConvention[] conventions);
member this.Remove : System.Data.Entity.ModelConfiguration.Conventions.IConvention[] -> unit
Public Sub Remove (ParamArray conventions As IConvention())

パラメーター

conventions
IConvention[]

無効にする規則。

適用対象

Remove<TConvention>()

の規則 DbModelBuilderを無効にします。 削除に使用できる既定の規則は、System.Data.Entity.ModelConfiguration.Conventions 名前空間にあります。

public void Remove<TConvention> () where TConvention : System.Data.Entity.ModelConfiguration.Conventions.IConvention;
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1004:GenericMethodsShouldProvideTypeParameter")]
public void Remove<TConvention> () where TConvention : System.Data.Entity.ModelConfiguration.Conventions.IConvention;
member this.Remove : unit -> unit (requires 'Convention :> System.Data.Entity.ModelConfiguration.Conventions.IConvention)
Public Sub Remove(Of TConvention As IConvention) ()

型パラメーター

TConvention

無効にする規約の型。

属性

適用対象