Share via


RelationalStrings.SetOperationOverDifferentStructuralTypes Method

Definition

Set operations over different entity or complex types are not supported ('{type1}' and '{type2}').

public static string SetOperationOverDifferentStructuralTypes (object? type1, object? type2);
static member SetOperationOverDifferentStructuralTypes : obj * obj -> string
Public Shared Function SetOperationOverDifferentStructuralTypes (type1 As Object, type2 As Object) As String

Parameters

type1
Object
type2
Object

Returns

Applies to