CoreStrings.NoFieldOrSetter(Object, 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.
No backing field could be found for property '{1_entityType}.{0_property}' and the property does not have a setter.
public static string NoFieldOrSetter (object property, object entity);
public static string NoFieldOrSetter (object property, object entityType);
public static string NoFieldOrSetter (object? property, object? entityType);
static member NoFieldOrSetter : obj * obj -> string
static member NoFieldOrSetter : obj * obj -> string
Public Shared Function NoFieldOrSetter (property As Object, entity As Object) As String
Public Shared Function NoFieldOrSetter (property As Object, entityType As Object) As String
Parameters
- property
- Object
- entityentityType
- Object
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