CoreStrings.TempValuePersists(Object, Object, Object) 方法

定义

属性“{1_entityType}。{0_property}“尝试将实体的状态更改为”{state}“时具有临时值。 显式设置永久值,或确保数据库配置为为此属性生成值。

public static string TempValuePersists (object property, object entityType, object state);
public static string TempValuePersists (object? property, object? entityType, object? state);
static member TempValuePersists : obj * obj * obj -> string
Public Shared Function TempValuePersists (property As Object, entityType As Object, state As Object) As String

参数

property
Object
entityType
Object
state
Object

返回

适用于