SqlServerMigrationSqlGenerator.Generate メソッド (DropTableOperation)
[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]
DropTableOperation の SQL を生成します。 生成された SQL は Statement メソッドを使用して追加する必要があります。
名前空間: System.Data.Entity.SqlServer
アセンブリ: EntityFramework.SqlServer (EntityFramework.SqlServer.dll 内)
構文
'宣言
Protected Overridable Sub Generate ( _
dropTableOperation As DropTableOperation _
)
'使用
Dim dropTableOperation As DropTableOperation
Me.Generate(dropTableOperation)
protected virtual void Generate(
DropTableOperation dropTableOperation
)
protected:
virtual void Generate(
DropTableOperation^ dropTableOperation
)
abstract Generate :
dropTableOperation:DropTableOperation -> unit
override Generate :
dropTableOperation:DropTableOperation -> unit
protected function Generate(
dropTableOperation : DropTableOperation
)
パラメーター
- dropTableOperation
型 : System.Data.Entity.Migrations.Model.DropTableOperation
SQL の生成対象の操作。