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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework