共用方式為


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 應用程式開發介面所做的所有變更。 (繼承自 IUpdatable。)
公用方法 SetConcurrencyValues 針對給定的實體資源提供 eTag 值。
公用方法 SetReference 設定目標物件上指定之參考屬性的值。 (繼承自 IUpdatable。)
公用方法 SetValue 將目標資源上具有指定名稱的屬性值設定為指定的屬性值。 (繼承自 IUpdatable。)

上層

請參閱

參考

System.Data.Services.Providers 命名空間