SqlCeMigrationSqlGenerator.Generate-Methode (DropIndexOperation)
[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]
Generiert einen SQL-Befehl für DropIndexOperation. Der generierte SQL-Befehl sollte mithilfe der Statement-Methode hinzugefügt werden.
Namespace: System.Data.Entity.SqlServerCompact
Assembly: EntityFramework.SqlServerCompact (in EntityFramework.SqlServerCompact.dll)
Syntax
'Declaration
Protected Overridable Sub Generate ( _
dropIndexOperation As DropIndexOperation _
)
'Usage
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
)
Parameter
- dropIndexOperation
Typ: System.Data.Entity.Migrations.Model.DropIndexOperation
Der Vorgang, für den der SQL-Befehl erstellt wird.