Compartilhar via


OwnedNavigationStoredProcedureBuilder<TOwnerEntity,TDependentEntity>.HasRowsAffectedReturnValue Método

Definição

Configura o resultado desse procedimento armazenado como o número de linhas afetadas.

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

Um valor que indica se esse procedimento armazenado retorna o número de linhas afetadas.

Retornos

A mesma instância do construtor para que várias chamadas de configuração possam ser encadeadas.

Aplica-se a