我有一個我的Odata服務連接的數據庫中的int字段。林想知道是否有可能在整數字段上做一個StartsWith過濾器。Odata過濾器開始與Integer字段
例如http://services.odata.org/Northwind/Northwind.svc/Customers?$ filter = startswith(CustomerID,'1')eq true
在這個例子中,CustomerID將是一個int字段。目前即時獲得一個錯誤400響應,即時採集是因爲你不能在int字段上執行startswith。我能以某種方式在過濾器中投射字段嗎?
在此先感謝
這解決了我的問題,謝謝! – 2015-05-26 09:51:51