Share via


RelationalStrings.MultipleTablesInExecuteUpdate(Object, Object) Method

Definition

Multiple 'SetProperty' invocations refer to different tables ('{propertySelector1}' and '{propertySelector2}'). A single 'ExecuteUpdate' call can only update the columns of a single table.

public static string MultipleTablesInExecuteUpdate (object? propertySelector1, object? propertySelector2);
static member MultipleTablesInExecuteUpdate : obj * obj -> string
Public Shared Function MultipleTablesInExecuteUpdate (propertySelector1 As Object, propertySelector2 As Object) As String

Parameters

propertySelector1
Object
propertySelector2
Object

Returns

Applies to