RelationalPropertyExtensions.GetDefaultValue メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetDefaultValue(IProperty) |
このプロパティがマップされる列の既定値として使用される オブジェクトを返します。 |
GetDefaultValue(IReadOnlyProperty) |
このプロパティがマップされる列の既定値として使用される オブジェクトを返します。 |
GetDefaultValue(IProperty, StoreObjectIdentifier) |
このプロパティがマップされる列の既定値として使用される オブジェクトを返します。 |
GetDefaultValue(IReadOnlyProperty, StoreObjectIdentifier) |
このプロパティがマップされる列の既定値として使用される オブジェクトを返します。 |
GetDefaultValue(IProperty)
このプロパティがマップされる列の既定値として使用される オブジェクトを返します。
public static object GetDefaultValue (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetDefaultValue : Microsoft.EntityFrameworkCore.Metadata.IProperty -> obj
<Extension()>
Public Function GetDefaultValue (property As IProperty) As Object
パラメーター
- property
- IProperty
プロパティ。
戻り値
このプロパティがマップされる列の既定値として使用される オブジェクト。
適用対象
GetDefaultValue(IReadOnlyProperty)
このプロパティがマップされる列の既定値として使用される オブジェクトを返します。
public static object? GetDefaultValue (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
static member GetDefaultValue : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> obj
<Extension()>
Public Function GetDefaultValue (property As IReadOnlyProperty) As Object
パラメーター
- property
- IReadOnlyProperty
プロパティ。
戻り値
このプロパティがマップされる列の既定値として使用される オブジェクト。
適用対象
GetDefaultValue(IProperty, StoreObjectIdentifier)
このプロパティがマップされる列の既定値として使用される オブジェクトを返します。
public static object GetDefaultValue (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetDefaultValue : Microsoft.EntityFrameworkCore.Metadata.IProperty * StoreObjectIdentifier -> obj
<Extension()>
Public Function GetDefaultValue (property As IProperty, ByRef storeObject As StoreObjectIdentifier) As Object
パラメーター
- property
- IProperty
プロパティ。
- storeObject
- StoreObjectIdentifier
列を含むテーブルに似たストア オブジェクトの識別子。
戻り値
このプロパティがマップされる列の既定値として使用される オブジェクト。
適用対象
GetDefaultValue(IReadOnlyProperty, StoreObjectIdentifier)
このプロパティがマップされる列の既定値として使用される オブジェクトを返します。
public static object? GetDefaultValue (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetDefaultValue : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> obj
<Extension()>
Public Function GetDefaultValue (property As IReadOnlyProperty, ByRef storeObject As StoreObjectIdentifier) As Object
パラメーター
- property
- IReadOnlyProperty
プロパティ。
- storeObject
- StoreObjectIdentifier
列を含むテーブルに似たストア オブジェクトの識別子。
戻り値
このプロパティがマップされる列の既定値として使用される オブジェクト。
適用対象
Entity Framework