次の方法で共有


CSharpMigrationCodeGenerator.Generate メソッド (Decimal)

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

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

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

構文

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

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

パラメーター

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

戻り値

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

参照

参照

CSharpMigrationCodeGenerator クラス

Generate オーバーロード

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