共用方式為


RelationalStrings.DefaultValueUnspecified(Object, Object) 方法

定義

尚未為數據行 '{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

傳回

適用於