ConventionSet.Remove メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Remove(Type) |
指定された型の規則を削除します。 |
Remove<TConvention>(IList<TConvention>, Type) |
既存の規則を削除します。 |
Remove<TConvention>(List<TConvention>, Type) |
既存の規則を削除します。 |
Remove(Type)
指定された型の規則を削除します。
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<TConvention>(IList<TConvention>, Type)
既存の規則を削除します。
public static bool Remove<TConvention> (System.Collections.Generic.IList<TConvention> conventionsList, Type existingConventionType);
static member Remove : System.Collections.Generic.IList<'Convention> * Type -> bool
Public Shared Function Remove(Of TConvention) (conventionsList As IList(Of TConvention), existingConventionType As Type) As Boolean
型パラメーター
- TConvention
削除される規則の種類。
パラメーター
- conventionsList
- IList<TConvention>
スキャンする既存の規則インスタンスの一覧。
- existingConventionType
- Type
既存の規則の型。
戻り値
true
規則が削除された場合は 。
適用対象
Remove<TConvention>(List<TConvention>, Type)
既存の規則を削除します。
public static bool Remove<TConvention> (System.Collections.Generic.List<TConvention> conventionsList, Type existingConventionType);
static member Remove : System.Collections.Generic.List<'Convention> * Type -> bool
Public Shared Function Remove(Of TConvention) (conventionsList As List(Of TConvention), existingConventionType As Type) As Boolean
型パラメーター
- TConvention
削除される規則の種類。
パラメーター
- conventionsList
- List<TConvention>
スキャンする既存の規則インスタンスの一覧。
- existingConventionType
- Type
既存の規則の型。
戻り値
true
規則が削除された場合は 。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework