次の方法で共有


ConventionSetBuilder.Remove メソッド

定義

オーバーロード

Remove(Type)

指定した型の規則を削除します。

Remove<TImplementaion>()

指定された型の規則を削除します。

Remove(Type)

ソース:
ConventionSetBuilder.cs
ソース:
ConventionSetBuilder.cs
ソース:
ConventionSetBuilder.cs

指定した型の規則を削除します。

public virtual void Remove (Type conventionType);
abstract member Remove : Type -> unit
override this.Remove : Type -> unit
Public Overridable Sub Remove (conventionType As Type)

パラメーター

conventionType
Type

削除する規則の種類。

適用対象

Remove<TImplementaion>()

ソース:
ConventionSetBuilder.cs
ソース:
ConventionSetBuilder.cs

指定された型の規則を削除します。

public virtual void Remove<TImplementaion> () where TImplementaion : Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention;
abstract member Remove : unit -> unit (requires 'Implementaion :> Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention)
override this.Remove : unit -> unit (requires 'Implementaion :> Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention)
Public Overridable Sub Remove(Of TImplementaion As IConvention) ()

型パラメーター

TImplementaion

削除する規則の種類

適用対象