SelectExpandQueryOption.RawSelect Property
Gets the raw $select value.
Namespace: System.Web.Http.OData.Query
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public string RawSelect {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
private set;
}
public:
property String^ RawSelect {
[CompilerGeneratedAttribute]
String^ get();
[CompilerGeneratedAttribute]
private: void set(String^ value);
}
member RawSelect : string with get, private set
Public Property RawSelect As String
Get
Private Set
End Property
Property Value
Type: System.String
See Also
SelectExpandQueryOption Class
System.Web.Http.OData.Query Namespace
Return to top