ModificationFunctionMapping.RowsAffectedParameter Property

 

Gets the output parameter producing number of rows affected. May be null.

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

public FunctionParameter RowsAffectedParameter { get; internal set; }

Property Value

Type: System.Data.Entity.Core.Metadata.Edm.FunctionParameter

The output parameter producing number of rows affected.