QueryableRestrictions.AutoExpand Property
Gets or sets whether the property is automatically expanded. default is false.
Namespace: System.Web.OData
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public bool AutoExpand { get; set; }
public:
property bool AutoExpand {
bool get();
void set(bool value);
}
member AutoExpand : bool with get, set
Public Property AutoExpand As Boolean
Property Value
Type: System.Boolean
See Also
QueryableRestrictions Class
System.Web.OData Namespace
Return to top