Share via


RelationalStrings.CaseWhenClauseResultTypeUnexpected(Object, Object) Method

Definition

The result type of '{whenResultType}' in a when clause is invalid. The expected type is '{resultType}'.

public static string CaseWhenClauseResultTypeUnexpected (object whenResultType, object resultType);
static member CaseWhenClauseResultTypeUnexpected : obj * obj -> string
Public Shared Function CaseWhenClauseResultTypeUnexpected (whenResultType As Object, resultType As Object) As String

Parameters

whenResultType
Object
resultType
Object

Returns

Applies to