DataServiceQuery.Execute 方法
對資料服務執行查詢。
不受到適用於 Silverlight 的 WCF Data Services 5.0 用戶端支援。
命名空間: System.Data.Services.Client
組件: Microsoft.Data.Services.Client (在 Microsoft.Data.Services.Client.dll 中)
語法
'宣告
Public Function Execute As IEnumerable
'用途
Dim instance As DataServiceQuery
Dim returnValue As IEnumerable
returnValue = instance.Execute()
public IEnumerable Execute()
public:
IEnumerable^ Execute()
member Execute : unit -> IEnumerable
public function Execute() : IEnumerable
傳回值
型別:System.Collections.IEnumerable
包含查詢作業結果的 IEnumerable<T>。
例外狀況
例外狀況 | 條件 |
---|---|
DataServiceQueryException | 當資料服務傳回「HTTP 404:找不到資源」錯誤時。 |
備註
Execute 方法用於執行給定的資料服務查詢。
Execute 方法會產生設定為資料服務的 HTTP GET 要求。