ConventionAnnotatableExtensions.AddAnnotations メソッド

定義

オブジェクトに注釈を追加します。

public static void AddAnnotations (this Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotatable annotatable, System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation> annotations, bool fromDataAnnotation = false);
static member AddAnnotations : Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotatable * seq<Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation> * bool -> unit
<Extension()>
Public Sub AddAnnotations (annotatable As IConventionAnnotatable, annotations As IEnumerable(Of IConventionAnnotation), Optional fromDataAnnotation As Boolean = false)

パラメーター

annotatable
IConventionAnnotatable

注釈を追加するオブジェクト。

annotations
IEnumerable<IConventionAnnotation>

追加する注釈。

fromDataAnnotation
Boolean

構成がデータ注釈を使用して指定されたかどうかを示します。

適用対象