CoreStrings.NoFieldOrGetter(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 getter.
public static string NoFieldOrGetter (object property, object entity);
public static string NoFieldOrGetter (object property, object entityType);
public static string NoFieldOrGetter (object? property, object? entityType);
static member NoFieldOrGetter : obj * obj -> string
static member NoFieldOrGetter : obj * obj -> string
Public Shared Function NoFieldOrGetter (property As Object, entity As Object) As String
Public Shared Function NoFieldOrGetter (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