Share via


RelationalStrings.SqlQueryUnmappedType(Object) Method

Definition

The element type '{elementType}' used in 'SqlQuery' method is not natively supported by your database provider. Either use a supported element type, or use ModelConfigurationBuilder.DefaultTypeMapping to define a mapping for your type.

public static string SqlQueryUnmappedType (object? elementType);
static member SqlQueryUnmappedType : obj -> string
Public Shared Function SqlQueryUnmappedType (elementType As Object) As String

Parameters

elementType
Object

Returns

Applies to