CoreStrings.ObjectRemovedFromModel 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.
Overloads
ObjectRemovedFromModel(Object) |
The object '{name}' has been removed from the model. |
ObjectRemovedFromModel |
The object has been removed from the model. |
ObjectRemovedFromModel(Object)
- Source:
- CoreStrings.Designer.cs
The object '{name}' has been removed from the model.
public static string ObjectRemovedFromModel (object? name);
static member ObjectRemovedFromModel : obj -> string
Public Shared Function ObjectRemovedFromModel (name As Object) As String
Parameters
- name
- Object
Returns
Applies to
ObjectRemovedFromModel
- Source:
- CoreStrings.Designer.cs
- Source:
- CoreStrings.Designer.cs
- Source:
- CoreStrings.Designer.cs
The object has been removed from the model.
public static string ObjectRemovedFromModel { get; }
static member ObjectRemovedFromModel : string
Public Shared ReadOnly Property ObjectRemovedFromModel As String
Returns
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Entity Framework