SqlServerMigrationSqlGenerator.Generate メソッド (String)
[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]
列に設定される定数 string の既定値を指定する SQL を生成します。 このメソッドは、既定値を設定する SQL ではなく、単に実際の値を生成します。
名前空間: System.Data.Entity.SqlServer
アセンブリ: EntityFramework.SqlServer (EntityFramework.SqlServer.dll 内)
構文
'宣言
Protected Overridable Function Generate ( _
defaultValue As String _
) As String
'使用
Dim defaultValue As String
Dim returnValue As String
returnValue = Me.Generate(defaultValue)
protected virtual string Generate(
string defaultValue
)
protected:
virtual String^ Generate(
String^ defaultValue
)
abstract Generate :
defaultValue:string -> string
override Generate :
defaultValue:string -> string
protected function Generate(
defaultValue : String
) : String
パラメーター
- defaultValue
型 : System.String
設定される値。
戻り値
型 : System.String
既定値を表す SQL。