This browser is no longer supported.

Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.

Download Microsoft Edge More info about Internet Explorer and Microsoft Edge
public Microsoft.AspNet.OData.Builder.ODataConventionModelBuilder Ignore (params Type[] types);
member this.Ignore : Type[] -> Microsoft.AspNet.OData.Builder.ODataConventionModelBuilder
Public Function Ignore (ParamArray types As Type()) As ODataConventionModelBuilder

Parameters

public Microsoft.AspNet.OData.Builder.ODataConventionModelBuilder Ignore<T> ();
member this.Ignore : unit -> Microsoft.AspNet.OData.Builder.ODataConventionModelBuilder
Public Function Ignore(Of T) () As ODataConventionModelBuilder

Type Parameters