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