RelationalStrings.DeleteDataOperationNoModel(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 deletion 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 DeleteDataOperationNoModel(object? table);
public static string DeleteDataOperationNoModel(object table);
static member DeleteDataOperationNoModel : obj -> string
Public Shared Function DeleteDataOperationNoModel (table As Object) As String
Parameters
- table
- Object