Performing Advanced Filtering

Performing Advanced Filtering The RowFilter property of a DataView is similar to a WHERE clause in a SELECT statement. You can therefore use very powerful filter expressions in your DataView. | Performing Advanced Filtering The RowFilter property of a DataView is similar to a WHERE clause in a SELECT statement. You can therefore use very powerful filter expressions in your DataView. For example you can use AND OR NOT IN LIKE comparison operators arithmetic operators wildcard characters and and aggregate functions. Note For full details on how to use such filter expressions in your DataView objects refer to the DataColumn .Expression property in the .NET online documentation. Here s a simple example that uses the LIKE operator and the percent wildcard character to filter rows with a CustomerName that starts with Fr string filterExpression CompanyName LIKE Fr filterExpression Notice that the string Fr is placed in single quotes-which you must do for all string literals. When this code replaces the existing code in the program shown earlier in Listing the output is as follows FRANK Frankenversand Germany FRANR France restauration France FRANS Franchi . Italy Note I ve made this change in the program the listing is omitted from this book for brevity . Feel free to examine and run this .

Bấm vào đây để xem trước nội dung
TÀI LIỆU LIÊN QUAN
5    176    1
5    255    1
5    106    0
5    121    1
6    103    1
6    107    1
6    121    1
6    103    0
6    140    0
6    98    0
TÀI LIỆU MỚI ĐĂNG
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.