CoreStrings.StoreGenValue(Object, Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
属性“{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