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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Entity Framework