次の方法で共有


AnnotationCodeGenerator.RemoveAnnotationsHandledByConventions メソッド

定義

オーバーロード

RemoveAnnotationsHandledByConventions(IKey, IDictionary<String,IAnnotation>)

規則によって構成が既に適用されている注釈を削除し、明示的に指定する必要はありません。

RemoveAnnotationsHandledByConventions(ISequence, IDictionary<String,IAnnotation>)

規則によって構成が既に適用されている注釈を削除し、明示的に指定する必要はありません。

RemoveAnnotationsHandledByConventions(IRelationalPropertyOverrides, IDictionary<String,IAnnotation>)

規則によって構成が既に適用されている注釈を削除し、明示的に指定する必要はありません。

RemoveAnnotationsHandledByConventions(IProperty, IDictionary<String,IAnnotation>)

規則によって構成が既に適用されている注釈を削除し、明示的に指定する必要はありません。

RemoveAnnotationsHandledByConventions(INavigation, IDictionary<String,IAnnotation>)

規則によって構成が既に適用されている注釈を削除し、明示的に指定する必要はありません。

RemoveAnnotationsHandledByConventions(IModel, IDictionary<String,IAnnotation>)

規則によって構成が既に適用されている注釈を削除し、明示的に指定する必要はありません。

RemoveAnnotationsHandledByConventions(IIndex, IDictionary<String,IAnnotation>)

規則によって構成が既に適用されている注釈を削除し、明示的に指定する必要はありません。

RemoveAnnotationsHandledByConventions(ISkipNavigation, IDictionary<String,IAnnotation>)

規則によって構成が既に適用されている注釈を削除し、明示的に指定する必要はありません。

RemoveAnnotationsHandledByConventions(IEntityTypeMappingFragment, IDictionary<String,IAnnotation>)

規則によって構成が既に適用されている注釈を削除し、明示的に指定する必要はありません。

RemoveAnnotationsHandledByConventions(IEntityType, IDictionary<String,IAnnotation>)

規則によって構成が既に適用されている注釈を削除し、明示的に指定する必要はありません。

RemoveAnnotationsHandledByConventions(IComplexType, IDictionary<String,IAnnotation>)

規則によって構成が既に適用されている注釈を削除し、明示的に指定する必要はありません。

RemoveAnnotationsHandledByConventions(IComplexProperty, IDictionary<String,IAnnotation>)

規則によって構成が既に適用されている注釈を削除し、明示的に指定する必要はありません。

RemoveAnnotationsHandledByConventions(ICheckConstraint, IDictionary<String,IAnnotation>)

規則によって構成が既に適用されている注釈を削除し、明示的に指定する必要はありません。

RemoveAnnotationsHandledByConventions(IAnnotatable, IDictionary<String,IAnnotation>)

規則によって構成が既に適用されている注釈を削除し、明示的に指定する必要はありません。

RemoveAnnotationsHandledByConventions(IForeignKey, IDictionary<String,IAnnotation>)

規則によって構成が既に適用されている注釈を削除し、明示的に指定する必要はありません。

RemoveAnnotationsHandledByConventions(ITrigger, IDictionary<String,IAnnotation>)

規則によって構成が既に適用されている注釈を削除し、明示的に指定する必要はありません。

RemoveAnnotationsHandledByConventions(IKey, IDictionary<String,IAnnotation>)

規則によって構成が既に適用されている注釈を削除し、明示的に指定する必要はありません。

public virtual void RemoveAnnotationsHandledByConventions (Microsoft.EntityFrameworkCore.Metadata.IKey key, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Metadata.IKey * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
override this.RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Metadata.IKey * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
Public Overridable Sub RemoveAnnotationsHandledByConventions (key As IKey, annotations As IDictionary(Of String, IAnnotation))

パラメーター

key
IKey

注釈が適用されるキー。

annotations
IDictionary<String,IAnnotation>

従来のものを削除する注釈のセット。

実装

適用対象

RemoveAnnotationsHandledByConventions(ISequence, IDictionary<String,IAnnotation>)

規則によって構成が既に適用されている注釈を削除し、明示的に指定する必要はありません。

public virtual void RemoveAnnotationsHandledByConventions (Microsoft.EntityFrameworkCore.Metadata.ISequence sequence, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Metadata.ISequence * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
override this.RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Metadata.ISequence * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
Public Overridable Sub RemoveAnnotationsHandledByConventions (sequence As ISequence, annotations As IDictionary(Of String, IAnnotation))

パラメーター

sequence
ISequence

注釈が適用されるシーケンス。

annotations
IDictionary<String,IAnnotation>

従来のものを削除する注釈のセット。

実装

適用対象

RemoveAnnotationsHandledByConventions(IRelationalPropertyOverrides, IDictionary<String,IAnnotation>)

規則によって構成が既に適用されている注釈を削除し、明示的に指定する必要はありません。

public virtual void RemoveAnnotationsHandledByConventions (Microsoft.EntityFrameworkCore.Metadata.IRelationalPropertyOverrides overrides, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Metadata.IRelationalPropertyOverrides * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
override this.RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Metadata.IRelationalPropertyOverrides * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
Public Overridable Sub RemoveAnnotationsHandledByConventions (overrides As IRelationalPropertyOverrides, annotations As IDictionary(Of String, IAnnotation))

パラメーター

overrides
IRelationalPropertyOverrides

プロパティは、注釈が適用されるオーバーライドを行います。

annotations
IDictionary<String,IAnnotation>

従来のものを削除する注釈のセット。

実装

適用対象

RemoveAnnotationsHandledByConventions(IProperty, IDictionary<String,IAnnotation>)

規則によって構成が既に適用されている注釈を削除し、明示的に指定する必要はありません。

public virtual void RemoveAnnotationsHandledByConventions (Microsoft.EntityFrameworkCore.Metadata.IProperty property, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Metadata.IProperty * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
override this.RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Metadata.IProperty * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
Public Overridable Sub RemoveAnnotationsHandledByConventions (property As IProperty, annotations As IDictionary(Of String, IAnnotation))

パラメーター

property
IProperty

注釈が適用されるプロパティ。

annotations
IDictionary<String,IAnnotation>

従来のものを削除する注釈のセット。

実装

適用対象

RemoveAnnotationsHandledByConventions(INavigation, IDictionary<String,IAnnotation>)

規則によって構成が既に適用されている注釈を削除し、明示的に指定する必要はありません。

public virtual void RemoveAnnotationsHandledByConventions (Microsoft.EntityFrameworkCore.Metadata.INavigation navigation, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Metadata.INavigation * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
override this.RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Metadata.INavigation * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
Public Overridable Sub RemoveAnnotationsHandledByConventions (navigation As INavigation, annotations As IDictionary(Of String, IAnnotation))

パラメーター

navigation
INavigation

注釈が適用されるナビゲーション。

annotations
IDictionary<String,IAnnotation>

従来のものを削除する注釈のセット。

実装

適用対象

RemoveAnnotationsHandledByConventions(IModel, IDictionary<String,IAnnotation>)

規則によって構成が既に適用されている注釈を削除し、明示的に指定する必要はありません。

public virtual void RemoveAnnotationsHandledByConventions (Microsoft.EntityFrameworkCore.Metadata.IModel model, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Metadata.IModel * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
override this.RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Metadata.IModel * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
Public Overridable Sub RemoveAnnotationsHandledByConventions (model As IModel, annotations As IDictionary(Of String, IAnnotation))

パラメーター

model
IModel

注釈が適用されるモデル。

annotations
IDictionary<String,IAnnotation>

従来のものを削除する注釈のセット。

実装

適用対象

RemoveAnnotationsHandledByConventions(IIndex, IDictionary<String,IAnnotation>)

規則によって構成が既に適用されている注釈を削除し、明示的に指定する必要はありません。

public virtual void RemoveAnnotationsHandledByConventions (Microsoft.EntityFrameworkCore.Metadata.IIndex index, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Metadata.IIndex * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
override this.RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Metadata.IIndex * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
Public Overridable Sub RemoveAnnotationsHandledByConventions (index As IIndex, annotations As IDictionary(Of String, IAnnotation))

パラメーター

index
IIndex

注釈が適用されるインデックス。

annotations
IDictionary<String,IAnnotation>

従来のものを削除する注釈のセット。

実装

適用対象

RemoveAnnotationsHandledByConventions(ISkipNavigation, IDictionary<String,IAnnotation>)

規則によって構成が既に適用されている注釈を削除し、明示的に指定する必要はありません。

public virtual void RemoveAnnotationsHandledByConventions (Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation navigation, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
override this.RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
Public Overridable Sub RemoveAnnotationsHandledByConventions (navigation As ISkipNavigation, annotations As IDictionary(Of String, IAnnotation))

パラメーター

navigation
ISkipNavigation

注釈が適用されるナビゲーション。

annotations
IDictionary<String,IAnnotation>

従来のものを削除する注釈のセット。

実装

適用対象

RemoveAnnotationsHandledByConventions(IEntityTypeMappingFragment, IDictionary<String,IAnnotation>)

規則によって構成が既に適用されている注釈を削除し、明示的に指定する必要はありません。

public virtual void RemoveAnnotationsHandledByConventions (Microsoft.EntityFrameworkCore.Metadata.IEntityTypeMappingFragment fragment, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Metadata.IEntityTypeMappingFragment * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
override this.RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Metadata.IEntityTypeMappingFragment * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
Public Overridable Sub RemoveAnnotationsHandledByConventions (fragment As IEntityTypeMappingFragment, annotations As IDictionary(Of String, IAnnotation))

パラメーター

fragment
IEntityTypeMappingFragment

注釈が適用されるエンティティ マッピング フラグメント。

annotations
IDictionary<String,IAnnotation>

従来のものを削除する注釈のセット。

実装

適用対象

RemoveAnnotationsHandledByConventions(IEntityType, IDictionary<String,IAnnotation>)

規則によって構成が既に適用されている注釈を削除し、明示的に指定する必要はありません。

public virtual void RemoveAnnotationsHandledByConventions (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Metadata.IEntityType * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
override this.RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Metadata.IEntityType * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
Public Overridable Sub RemoveAnnotationsHandledByConventions (entityType As IEntityType, annotations As IDictionary(Of String, IAnnotation))

パラメーター

entityType
IEntityType

注釈が適用されるエンティティ型。

annotations
IDictionary<String,IAnnotation>

従来のものを削除する注釈のセット。

実装

適用対象

RemoveAnnotationsHandledByConventions(IComplexType, IDictionary<String,IAnnotation>)

規則によって構成が既に適用されている注釈を削除し、明示的に指定する必要はありません。

public virtual void RemoveAnnotationsHandledByConventions (Microsoft.EntityFrameworkCore.Metadata.IComplexType complexType, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Metadata.IComplexType * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
override this.RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Metadata.IComplexType * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
Public Overridable Sub RemoveAnnotationsHandledByConventions (complexType As IComplexType, annotations As IDictionary(Of String, IAnnotation))

パラメーター

complexType
IComplexType

注釈が適用される複合型。

annotations
IDictionary<String,IAnnotation>

従来のものを削除する注釈のセット。

実装

適用対象

RemoveAnnotationsHandledByConventions(IComplexProperty, IDictionary<String,IAnnotation>)

規則によって構成が既に適用されている注釈を削除し、明示的に指定する必要はありません。

public virtual void RemoveAnnotationsHandledByConventions (Microsoft.EntityFrameworkCore.Metadata.IComplexProperty complexProperty, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Metadata.IComplexProperty * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
override this.RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Metadata.IComplexProperty * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
Public Overridable Sub RemoveAnnotationsHandledByConventions (complexProperty As IComplexProperty, annotations As IDictionary(Of String, IAnnotation))

パラメーター

complexProperty
IComplexProperty

注釈が適用される複合プロパティ。

annotations
IDictionary<String,IAnnotation>

従来のものを削除する注釈のセット。

実装

適用対象

RemoveAnnotationsHandledByConventions(ICheckConstraint, IDictionary<String,IAnnotation>)

規則によって構成が既に適用されている注釈を削除し、明示的に指定する必要はありません。

public virtual void RemoveAnnotationsHandledByConventions (Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint checkConstraint, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
override this.RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
Public Overridable Sub RemoveAnnotationsHandledByConventions (checkConstraint As ICheckConstraint, annotations As IDictionary(Of String, IAnnotation))

パラメーター

checkConstraint
ICheckConstraint

注釈が適用されるチェック制約。

annotations
IDictionary<String,IAnnotation>

従来のものを削除する注釈のセット。

実装

適用対象

RemoveAnnotationsHandledByConventions(IAnnotatable, IDictionary<String,IAnnotation>)

規則によって構成が既に適用されている注釈を削除し、明示的に指定する必要はありません。

public virtual void RemoveAnnotationsHandledByConventions (Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable annotatable, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
override this.RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
Public Overridable Sub RemoveAnnotationsHandledByConventions (annotatable As IAnnotatable, annotations As IDictionary(Of String, IAnnotation))

パラメーター

annotatable
IAnnotatable

注釈が適用される注釈可能な 。

annotations
IDictionary<String,IAnnotation>

fluent API 呼び出しの生成元となる注釈のセット。

実装

適用対象

RemoveAnnotationsHandledByConventions(IForeignKey, IDictionary<String,IAnnotation>)

規則によって構成が既に適用されている注釈を削除し、明示的に指定する必要はありません。

public virtual void RemoveAnnotationsHandledByConventions (Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Metadata.IForeignKey * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
override this.RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Metadata.IForeignKey * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
Public Overridable Sub RemoveAnnotationsHandledByConventions (foreignKey As IForeignKey, annotations As IDictionary(Of String, IAnnotation))

パラメーター

foreignKey
IForeignKey

注釈が適用される外部キー。

annotations
IDictionary<String,IAnnotation>

従来のものを削除する注釈のセット。

実装

適用対象

RemoveAnnotationsHandledByConventions(ITrigger, IDictionary<String,IAnnotation>)

規則によって構成が既に適用されている注釈を削除し、明示的に指定する必要はありません。

public virtual void RemoveAnnotationsHandledByConventions (Microsoft.EntityFrameworkCore.Metadata.ITrigger trigger, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Metadata.ITrigger * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
override this.RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Metadata.ITrigger * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
Public Overridable Sub RemoveAnnotationsHandledByConventions (trigger As ITrigger, annotations As IDictionary(Of String, IAnnotation))

パラメーター

trigger
ITrigger

注釈が適用されるトリガー。

annotations
IDictionary<String,IAnnotation>

従来のものを削除する注釈のセット。

実装

適用対象