IDataServiceUpdateProvider 接口

定义提供 eTag 值的自定义数据服务提供商必须实现的方法。

命名空间:  System.Data.Services.Providers
程序集:  Microsoft.Data.Services(在 Microsoft.Data.Services.dll 中)

语法

声明
Public Interface IDataServiceUpdateProvider _
    Inherits IUpdatable
用法
Dim instance As IDataServiceUpdateProvider
public interface IDataServiceUpdateProvider : IUpdatable
public interface class IDataServiceUpdateProvider : IUpdatable
type IDataServiceUpdateProvider =  
    interface
        interface IUpdatable
    end
public interface IDataServiceUpdateProvider extends IUpdatable

IDataServiceUpdateProvider 类型公开以下成员。

方法

  名称 说明
公共方法 AddReferenceToCollection 将指定值添加到集合。 (从 IUpdatable 继承。)
公共方法 ClearChanges 取消对数据所做的更改。 (从 IUpdatable 继承。)
公共方法 CreateResource 创建指定类型并属于指定容器的资源。 (从 IUpdatable 继承。)
公共方法 DeleteResource 删除指定的资源。 (从 IUpdatable 继承。)
公共方法 GetResource 获取由查询和类型名称标识的指定类型的资源。 (从 IUpdatable 继承。)
公共方法 GetValue 获取目标对象上的指定属性的值。 (从 IUpdatable 继承。)
公共方法 RemoveReferenceFromCollection 从集合中移除指定的值。 (从 IUpdatable 继承。)
公共方法 ResetResource 将参数 resource 标识的资源重置为其默认值。 (从 IUpdatable 继承。)
公共方法 ResolveResource 返回由指定资源对象表示的资源的实例。 (从 IUpdatable 继承。)
公共方法 SaveChanges 保存通过使用 IUpdatable API 进行的所有更改。 (从 IUpdatable 继承。)
公共方法 SetConcurrencyValues 提供给定的实体资源 eTag 值。
公共方法 SetReference 设置目标对象上的指定引用属性的值。 (从 IUpdatable 继承。)
公共方法 SetValue 将目标资源上具有指定名称的属性值设置为指定属性值。 (从 IUpdatable 继承。)

页首

请参阅

参考

System.Data.Services.Providers 命名空间