RelationalStrings.DefaultValueUnspecified(Object, Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
尚未为列“{table}”指定默认值。{column}”。 在使用 Entity Framework 创建数据库架构之前,请指定一个值。
public static string DefaultValueUnspecified (object column, object table);
public static string DefaultValueUnspecified (object? table, object? column);
static member DefaultValueUnspecified : obj * obj -> string
static member DefaultValueUnspecified : obj * obj -> string
Public Shared Function DefaultValueUnspecified (column As Object, table As Object) As String
Public Shared Function DefaultValueUnspecified (table As Object, column As Object) As String
参数
- columntable
- Object
- tablecolumn
- Object