上週把問題發在MS討論區
但是沒人回答
不知在iThelp是否有相關高手?
關於LinqExtensions自訂搜尋條件的問題
http://social.msdn.microsoft.com/Forums/zh-TW/238/thread/09ae80d2-c189-41e6-94d8-8bafc9d3ce1c
在codeproject那邊的範例只有實作, 等於/不等於/包含, 這3種
我再加上了 小於/小於等於/大於/大於等於, 這4種
但是還有幾個不知道怎麼實作它們? 有人知道怎麼寫嗎?
開始於/不開始於/在其中/不在其中/結束於/不結束於/Null/不Null
不開始於?
不結束於?
@@
odata : ['equal', 'not equal', 'less', 'less or equal','greater','greater or equal', 'begins with','does not begin with','is in','is not in','ends with','does not end with','contains','does not contain'],
http://stackoverflow.com/questions/5500805/asp-net-mvc-2-0-implementation-of-searching-in-jqgrid
I Find the ref-page by stackoverflow.com
I think it can give some help...
雖然寫法與我想要的方式有點不同
不過還是先謝了你的回答
我再努力看看, 能不能改寫過去