RelationalStrings.InsertDataOperationNoModel(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The data insertion operation on '{table}' is not associated with a model. Either add a model to the migration, or specify the column types in all data operations.
public static string InsertDataOperationNoModel(object? table);
public static string InsertDataOperationNoModel(object table);
static member InsertDataOperationNoModel : obj -> string
Public Shared Function InsertDataOperationNoModel (table As Object) As String
Parameters
- table
- Object