次の方法で共有


SqlCeMigrationSqlGenerator.Generate メソッド (DropForeignKeyOperation)

[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]

DropForeignKeyOperation の SQL を生成します。 生成された SQL は Statement メソッドを使用して追加する必要があります。

名前空間:  System.Data.Entity.SqlServerCompact
アセンブリ:  EntityFramework.SqlServerCompact (EntityFramework.SqlServerCompact.dll 内)

構文

'宣言
Protected Overridable Sub Generate ( _
    dropForeignKeyOperation As DropForeignKeyOperation _
)
'使用
Dim dropForeignKeyOperation As DropForeignKeyOperation 

Me.Generate(dropForeignKeyOperation)
protected virtual void Generate(
    DropForeignKeyOperation dropForeignKeyOperation
)
protected:
virtual void Generate(
    DropForeignKeyOperation^ dropForeignKeyOperation
)
abstract Generate : 
        dropForeignKeyOperation:DropForeignKeyOperation -> unit  
override Generate : 
        dropForeignKeyOperation:DropForeignKeyOperation -> unit
protected function Generate(
    dropForeignKeyOperation : DropForeignKeyOperation
)

パラメーター

参照

参照

SqlCeMigrationSqlGenerator クラス

Generate オーバーロード

System.Data.Entity.SqlServerCompact 名前空間