Compartilhar via


EntitySetConfiguration<TEntityType>.HasDerivedTypeConstraints Método

Definição

Adiciona subtipos à lista de restrições de tipo derivado.

public Microsoft.AspNet.OData.Builder.EntitySetConfiguration<TEntityType> HasDerivedTypeConstraints (params Type[] subtypes);
member this.HasDerivedTypeConstraints : Type[] -> Microsoft.AspNet.OData.Builder.EntitySetConfiguration<'EntityType (requires 'EntityType : null)>
Public Function HasDerivedTypeConstraints (ParamArray subtypes As Type()) As EntitySetConfiguration(Of TEntityType)

Parâmetros

subtypes
Type[]

Os subtipos para os quais a restrição precisa ser adicionada.

Retornos

Objeto de configuração atualizado.

Aplica-se a