DbUpdateCommandTree.Returning Property
Gets an DbExpression that specifies a projection of results to be returned, based on the modified rows.
Assembly: EntityFramework (in EntityFramework.dll)
Property Value
Type: System.Data.Entity.Core.Common.CommandTrees.DbExpressionAn DbExpression that specifies a projection of results to be returned based, on the modified rows. null indicates that no results should be returned from this command.