次の方法で共有


SqlCeMigrationSqlGenerator.Writer メソッド

定義

SQL のビルドに使用できる新しい IndentedTextWriter を取得します。 これは、ライターを作成するためのヘルパー メソッドにすぎません。 ライターに書き込んでも、SQL が実行に登録されることはありません。 生成された SQL を Statement メソッドに渡す必要があります。

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Reliability", "CA2000:Dispose objects before losing scope")]
protected static System.Data.Entity.Migrations.Utilities.IndentedTextWriter Writer ();
static member Writer : unit -> System.Data.Entity.Migrations.Utilities.IndentedTextWriter
Protected Shared Function Writer () As IndentedTextWriter

戻り値

SQL 生成に使用する空のテキスト ライター。

属性

適用対象