CSharpSnapshotGenerator.GenerateFluentApiForAnnotation メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GenerateFluentApiForAnnotation(List<IAnnotation>, String, String, IndentedStringBuilder) |
注釈の Fluent API 呼び出しを生成します。 |
GenerateFluentApiForAnnotation(List<IAnnotation>, String, Func<IAnnotation,Object>, String, IndentedStringBuilder) |
注釈の Fluent API 呼び出しを生成します。 |
GenerateFluentApiForAnnotation(List<IAnnotation>, String, String, IndentedStringBuilder)
注釈の Fluent API 呼び出しを生成します。
protected virtual void GenerateFluentApiForAnnotation (ref System.Collections.Generic.List<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations, string annotationName, string fluentApiMethodName, Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder stringBuilder);
abstract member GenerateFluentApiForAnnotation : List * string * string * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
override this.GenerateFluentApiForAnnotation : List * string * string * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
Protected Overridable Sub GenerateFluentApiForAnnotation (ByRef annotations As List(Of IAnnotation), annotationName As String, fluentApiMethodName As String, stringBuilder As IndentedStringBuilder)
パラメーター
- annotations
- List<IAnnotation>
注釈の一覧。
- annotationName
- String
コードを生成する注釈の名前。
- fluentApiMethodName
- String
Fluent API メソッド名。
- stringBuilder
- Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder
ビルダー コードが に追加されます。
適用対象
GenerateFluentApiForAnnotation(List<IAnnotation>, String, Func<IAnnotation,Object>, String, IndentedStringBuilder)
注釈の Fluent API 呼び出しを生成します。
protected virtual void GenerateFluentApiForAnnotation (ref System.Collections.Generic.List<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations, string annotationName, Func<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,object> annotationValueFunc, string fluentApiMethodName, Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder stringBuilder);
abstract member GenerateFluentApiForAnnotation : List * string * Func<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation, obj> * string * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
override this.GenerateFluentApiForAnnotation : List * string * Func<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation, obj> * string * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
Protected Overridable Sub GenerateFluentApiForAnnotation (ByRef annotations As List(Of IAnnotation), annotationName As String, annotationValueFunc As Func(Of IAnnotation, Object), fluentApiMethodName As String, stringBuilder As IndentedStringBuilder)
パラメーター
- annotations
- List<IAnnotation>
注釈の一覧。
- annotationName
- String
コードを生成する注釈の名前。
- annotationValueFunc
- Func<IAnnotation,Object>
注釈から値を生成するデリゲート。
- fluentApiMethodName
- String
Fluent API メソッド名。
- stringBuilder
- Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder
ビルダー コードが に追加されます。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework