你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TableContractResolver.GetDeltaContract(Type) 方法

定义

为 类型的 System.Web.Http.OData.Delta`1创建协定。

protected virtual Newtonsoft.Json.Serialization.JsonContract GetDeltaContract (Type objectType);
abstract member GetDeltaContract : Type -> Newtonsoft.Json.Serialization.JsonContract
override this.GetDeltaContract : Type -> Newtonsoft.Json.Serialization.JsonContract
Protected Overridable Function GetDeltaContract (objectType As Type) As JsonContract

参数

objectType
Type

要为其提供协定的类型。

返回

Newtonsoft.Json.Serialization.JsonContract

给定 Newtonsoft.Json.Serialization.JsonContract 类型的 。

适用于