RelationalStrings.NullTypeMappingInSqlTree(Object) Method

Definition

Expression '{sqlExpression}' in the SQL tree does not have a type mapping assigned.

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

Parameters

sqlExpression
Object

Returns

Applies to