DeleteModificationStoredProcedureConfiguration<TEntityType>.RowsAffectedParameter Method (String)
Configures the output parameter that returns the rows affected by this stored procedure.
Assembly: EntityFramework (in EntityFramework.dll)
public DeleteModificationStoredProcedureConfiguration<TEntityType> RowsAffectedParameter( string parameterName )
Parameters
- parameterName
-
Type:
System.String
The name of the parameter.
Return Value
Type: System.Data.Entity.ModelConfiguration.Configuration.DeleteModificationStoredProcedureConfiguration<TEntityType>The same configuration instance so that multiple calls can be chained.