CoreStrings.EntityEqualityOnKeylessEntityNotSupported 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
EntityEqualityOnKeylessEntityNotSupported(Object) |
Comparison on entity type '{entityType}' is not supported because it is a keyless entity. |
EntityEqualityOnKeylessEntityNotSupported(Object, Object) |
Cannot translate the '{comparisonOperator}' on an expression of entity type '{entityType}' because it is a keyless entity. Consider using entity properties instead. For more information on keyless entity types, see https://go.microsoft.com/fwlink/?linkid=2141943. |
EntityEqualityOnKeylessEntityNotSupported(Object)
Comparison on entity type '{entityType}' is not supported because it is a keyless entity.
public static string EntityEqualityOnKeylessEntityNotSupported (object entityType);
static member EntityEqualityOnKeylessEntityNotSupported : obj -> string
Public Shared Function EntityEqualityOnKeylessEntityNotSupported (entityType As Object) As String
Parameters
- entityType
- Object
Returns
Applies to
EntityEqualityOnKeylessEntityNotSupported(Object, Object)
Cannot translate the '{comparisonOperator}' on an expression of entity type '{entityType}' because it is a keyless entity. Consider using entity properties instead. For more information on keyless entity types, see https://go.microsoft.com/fwlink/?linkid=2141943.
public static string EntityEqualityOnKeylessEntityNotSupported (object comparisonOperator, object entityType);
public static string EntityEqualityOnKeylessEntityNotSupported (object? comparisonOperator, object? entityType);
static member EntityEqualityOnKeylessEntityNotSupported : obj * obj -> string
Public Shared Function EntityEqualityOnKeylessEntityNotSupported (comparisonOperator As Object, entityType As Object) As String
Parameters
- comparisonOperator
- Object
- entityType
- Object
Returns
Applies to
Entity Framework