ConventionUpdateModificationStoredProcedureConfiguration.RowsAffectedParameter Method (String)

 

Configures the output parameter that returns the rows affected by this stored procedure.

Namespace:   System.Data.Entity.ModelConfiguration.Configuration
Assembly:  EntityFramework (in EntityFramework.dll)

public ConventionUpdateModificationStoredProcedureConfiguration RowsAffectedParameter(
	string parameterName
)

Parameters

parameterName
Type: System.String

The name of the parameter.

Return Value

Type: System.Data.Entity.ModelConfiguration.Configuration.ConventionUpdateModificationStoredProcedureConfiguration

The same configuration instance so that multiple calls can be chained.