次の方法で共有


VisualBasicMigrationCodeGenerator.Generate メソッド (Single)

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

Single 列の既定値を指定するコードを生成します。

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

構文

'宣言
Protected Overridable Function Generate ( _
    defaultValue As Single _
) As String
'使用
Dim defaultValue As Single 
Dim returnValue As String 

returnValue = Me.Generate(defaultValue)
protected virtual string Generate(
    float defaultValue
)
protected:
virtual String^ Generate(
    float defaultValue
)
abstract Generate : 
        defaultValue:float32 -> string  
override Generate : 
        defaultValue:float32 -> string
protected function Generate(
    defaultValue : float
) : String

パラメーター

  • defaultValue
    型 : System.Single
    既定値として使用する値。

戻り値

型 : System.String
既定値を表すコード。

参照

参照

VisualBasicMigrationCodeGenerator クラス

Generate オーバーロード

System.Data.Entity.Migrations.Design 名前空間