次の方法で共有


RelationalModelValidator.GetDefaultColumnValue メソッド

定義

プロパティがマップされる列の既定値として使用される オブジェクトを返します。

protected virtual object GetDefaultColumnValue (Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
protected virtual object? GetDefaultColumnValue (Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
abstract member GetDefaultColumnValue : Microsoft.EntityFrameworkCore.Metadata.IProperty * StoreObjectIdentifier -> obj
override this.GetDefaultColumnValue : Microsoft.EntityFrameworkCore.Metadata.IProperty * StoreObjectIdentifier -> obj
Protected Overridable Function GetDefaultColumnValue (property As IProperty, storeObject As StoreObjectIdentifier) As Object

パラメーター

property
IProperty

既定値を取得するプロパティ。

storeObject
StoreObjectIdentifier

ストア オブジェクトの識別子。

戻り値

プロパティがマップされる列の既定値として使用される オブジェクト。

適用対象