A.使用DataSet.Reset方法. B.使用一個過濾器表達式來設(shè)置DataSet對象的RowFilter屬性 C.創(chuàng)建一個DataView對象,并使用一個過濾器表達式來設(shè)置RowFilter屬性 D.創(chuàng)建一個DataView對象,并使用一個過濾器表達式來設(shè)置RowStateFilter屬性
A.ResponsCachSetExpires(DateTimNow.AddSeconds(300))ResponsCachVaryByParams("?")=true B.ResponsCachSetExpires(DateTimNow.AddSeconds(300))ResponsCachVaryByParams("All")=true C.ResponsCachSetCacheability(HttpCacheability.Public)ResponsCachSetLastModified(DateTimParse("00:05:00"))ResponsCachVaryByParams("All")=true D.ResponsCachSetCacheability(HttpCacheability.PublicResponsCachSetExpires(DateTimNow.AddSeconds(300))ResponsCachVaryByParams("*")=true
A.用于篩選數(shù)據(jù)源身成結(jié)果集 B.將變量與節(jié)點進行關(guān)聯(lián),但是不能對節(jié)點集進行遍歷,只能用于單個節(jié)點 C.用于遍歷滿足查詢條件的節(jié)點集,其中需要使用變量作為游標表示當前節(jié)點 D.產(chǎn)生查詢結(jié)果,可以控制結(jié)果的格式,對結(jié)果進行運算、排序、比較等