CoreStrings.ConstructorNotFound(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 suitable constructor was found for entity type '{entityType}'. The following constructors had parameters that could not be bound to properties of the entity type: {constructors}Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
public static string ConstructorNotFound (object entityType, object constructors);
public static string ConstructorNotFound (object? entityType, object? constructors);
static member ConstructorNotFound : obj * obj -> string
Public Shared Function ConstructorNotFound (entityType As Object, constructors As Object) As String
Parameters
- entityType
- Object
- constructors
- 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