Share via


IConventionStoredProcedureBuilder.CanHaveRowsAffectedParameter Method

Definition

Returns a value indicating whether a parameter that returns the rows affected can be used for stored procedure.

public bool CanHaveRowsAffectedParameter (bool fromDataAnnotation = false);
abstract member CanHaveRowsAffectedParameter : bool -> bool
Public Function CanHaveRowsAffectedParameter (Optional fromDataAnnotation As Boolean = false) As Boolean

Parameters

fromDataAnnotation
Boolean

Indicates whether the configuration was specified using a data annotation.

Returns

true if the parameter can be used for the stored procedure.

Applies to