Share via


ODataQueryOptionsParserFactory.Create Method

Definition

Creates a list of IODataQueryOptionsParsers to handle parsing of OData query options in the request body.

public static System.Collections.Generic.IList<Microsoft.AspNet.OData.Query.IODataQueryOptionsParser> Create ();
static member Create : unit -> System.Collections.Generic.IList<Microsoft.AspNet.OData.Query.IODataQueryOptionsParser>
Public Shared Function Create () As IList(Of IODataQueryOptionsParser)

Returns

A list of IODataQueryOptionsParsers to handle parsing of OData query options in the request body.

Applies to