DbUpdateCommandTree.Returning Property

 

Gets an DbExpression that specifies a projection of results to be returned, based on the modified rows.

Namespace:   System.Data.Entity.Core.Common.CommandTrees
Assembly:  EntityFramework (in EntityFramework.dll)

public DbExpression Returning { get; }

Property Value

Type: System.Data.Entity.Core.Common.CommandTrees.DbExpression

An 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.