CoreStrings.StoreGenValue(Object, Object) 方法

定义

属性“{1_entityType}。无法为 {0_property} 分配数据库生成的值。 存储生成的值只能分配给配置为使用存储生成的值的属性。

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

参数

property
Object
entityType
Object

返回

适用于