UpdateModificationStoredProcedureConfiguration<TEntityType>.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 UpdateModificationStoredProcedureConfiguration<TEntityType> RowsAffectedParameter(
	string parameterName
)

Parameters

parameterName
Type: System.String

The name of the parameter.

Return Value

Type: System.Data.Entity.ModelConfiguration.Configuration.UpdateModificationStoredProcedureConfiguration<TEntityType>

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