Compartir a través de


OwnedNavigationStoredProcedureBuilder<TOwnerEntity,TDependentEntity>.HasRowsAffectedReturnValue Método

Definición

Configura el resultado de este procedimiento almacenado para que sea el número de filas afectadas.

public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationStoredProcedureBuilder<TOwnerEntity,TDependentEntity> HasRowsAffectedReturnValue (bool rowsAffectedReturned = true);
override this.HasRowsAffectedReturnValue : bool -> Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationStoredProcedureBuilder<'OwnerEntity, 'DependentEntity (requires 'OwnerEntity : null and 'DependentEntity : null)>
Public Overridable Function HasRowsAffectedReturnValue (Optional rowsAffectedReturned As Boolean = true) As OwnedNavigationStoredProcedureBuilder(Of TOwnerEntity, TDependentEntity)

Parámetros

rowsAffectedReturned
Boolean

Valor que indica si este procedimiento almacenado devuelve el número de filas afectadas.

Devoluciones

La misma instancia del generador para que se puedan encadenar varias llamadas de configuración.

Se aplica a