Share via


OwnedNavigationTableValuedFunctionBuilder<TOwnerEntity,TDependentEntity>.HasName Método

Definição

Define o nome da função de banco de dados.

public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTableValuedFunctionBuilder<TOwnerEntity,TDependentEntity> HasName (string name);
override this.HasName : string -> Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTableValuedFunctionBuilder<'OwnerEntity, 'DependentEntity (requires 'OwnerEntity : null and 'DependentEntity : null)>
Public Overridable Function HasName (name As String) As OwnedNavigationTableValuedFunctionBuilder(Of TOwnerEntity, TDependentEntity)

Parâmetros

name
String

O nome da função no banco de dados.

Retornos

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

Comentários

Consulte Funções de banco de dados para obter mais informações e exemplos.

Aplica-se a