ODataRawQueryOptions.Expand Property
Gets the raw $expand query value from the incoming request Uri if exists.
Namespace: System.Web.Http.OData.Query
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public string Expand {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
internal set;
}
public:
property String^ Expand {
[CompilerGeneratedAttribute]
String^ get();
[CompilerGeneratedAttribute]
internal: void set(String^ value);
}
member Expand : string with get, internal set
Public Property Expand As String
Get
Friend Set
End Property
Property Value
Type: System.String
See Also
ODataRawQueryOptions Class
System.Web.Http.OData.Query Namespace
Return to top