共用方式為


VisualBasicMigrationCodeGenerator.GenerateAnnotations 方法

定義

多載

GenerateAnnotations(IDictionary<String,Object>, IndentedTextWriter)

產生 的程式碼,以在將這些批註當做 的參數 DbMigration 傳遞時,重新建立所要使用的批註字典。 呼叫下方。

GenerateAnnotations(IDictionary<String,AnnotationValues>, IndentedTextWriter)

產生 的程式碼,以在將這些批註當做 的參數 DbMigration 傳遞時,重新建立所要使用的批註字典。 呼叫下方。

GenerateAnnotations(IDictionary<String,Object>, IndentedTextWriter)

產生 的程式碼,以在將這些批註當做 的參數 DbMigration 傳遞時,重新建立所要使用的批註字典。 呼叫下方。

protected internal virtual void GenerateAnnotations (System.Collections.Generic.IDictionary<string,object> annotations, System.Data.Entity.Migrations.Utilities.IndentedTextWriter writer);
abstract member GenerateAnnotations : System.Collections.Generic.IDictionary<string, obj> * System.Data.Entity.Migrations.Utilities.IndentedTextWriter -> unit
override this.GenerateAnnotations : System.Collections.Generic.IDictionary<string, obj> * System.Data.Entity.Migrations.Utilities.IndentedTextWriter -> unit
Protected Friend Overridable Sub GenerateAnnotations (annotations As IDictionary(Of String, Object), writer As IndentedTextWriter)

參數

annotations
IDictionary<String,Object>

要產生的批註。

writer
IndentedTextWriter

應該寫入所產生程式碼的寫入器。

適用於

GenerateAnnotations(IDictionary<String,AnnotationValues>, IndentedTextWriter)

產生 的程式碼,以在將這些批註當做 的參數 DbMigration 傳遞時,重新建立所要使用的批註字典。 呼叫下方。

protected internal virtual void GenerateAnnotations (System.Collections.Generic.IDictionary<string,System.Data.Entity.Infrastructure.Annotations.AnnotationValues> annotations, System.Data.Entity.Migrations.Utilities.IndentedTextWriter writer);
abstract member GenerateAnnotations : System.Collections.Generic.IDictionary<string, System.Data.Entity.Infrastructure.Annotations.AnnotationValues> * System.Data.Entity.Migrations.Utilities.IndentedTextWriter -> unit
override this.GenerateAnnotations : System.Collections.Generic.IDictionary<string, System.Data.Entity.Infrastructure.Annotations.AnnotationValues> * System.Data.Entity.Migrations.Utilities.IndentedTextWriter -> unit
Protected Friend Overridable Sub GenerateAnnotations (annotations As IDictionary(Of String, AnnotationValues), writer As IndentedTextWriter)

參數

annotations
IDictionary<String,AnnotationValues>

要產生的批註。

writer
IndentedTextWriter

應該寫入所產生程式碼的寫入器。

適用於