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