QueryConfiguration.SetExpand Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Establece ExpandConfigurations en 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