Share via


RelationalStrings.UnsupportedPropertyType(Object, Object, Object) Method

Definition

No relational type mapping can be found for property '{entity}.{property}' and the current provider doesn't specify a default store type for the properties of type '{clrType}'.

public static string UnsupportedPropertyType (object entity, object property, object clrType);
public static string UnsupportedPropertyType (object? entity, object? property, object? clrType);
static member UnsupportedPropertyType : obj * obj * obj -> string
Public Shared Function UnsupportedPropertyType (entity As Object, property As Object, clrType As Object) As String

Parameters

entity
Object
property
Object
clrType
Object

Returns

Applies to