QueryConfiguration.SetExpand Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Define ExpandConfigurations em ModelBoundQuerySettings.
public virtual void SetExpand (System.Collections.Generic.IEnumerable<string> properties, int? maxDepth, Microsoft.AspNet.OData.Query.SelectExpandType expandType);
abstract member SetExpand : seq<string> * Nullable<int> * Microsoft.AspNet.OData.Query.SelectExpandType -> unit
override this.SetExpand : seq<string> * Nullable<int> * Microsoft.AspNet.OData.Query.SelectExpandType -> unit
Public Overridable Sub SetExpand (properties As IEnumerable(Of String), maxDepth As Nullable(Of Integer), expandType As SelectExpandType)
Parâmetros
- properties
- IEnumerable<String>
- expandType
- SelectExpandType