相关文章推荐
笑点低的帽子  ·  HttpsURLConnection ...·  2 年前    · 
卖萌的马铃薯  ·  Microsoft SQL Linux ...·  2 年前    · 
绅士的创口贴  ·  npm WARN deprecated ...·  2 年前    · 

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