ODataUriParser.CustomQueryOptions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets non-OData query options.
public System.Collections.Generic.IList<System.Collections.Generic.KeyValuePair<string,string>> CustomQueryOptions { get; }
member this.CustomQueryOptions : System.Collections.Generic.IList<System.Collections.Generic.KeyValuePair<string, string>>
Public ReadOnly Property CustomQueryOptions As IList(Of KeyValuePair(Of String, String))