简体   繁体   中英

FilterExpression on SQLDataSource in c#

FilterExpression在C#中的SQLDataSource上做什么?

It controls the filtering expression that is applied when a Select method call is issued. Read about it here .

So if you have something like:

FilterExpression="Title='{0}'

Then you can filter on Title when you call Select , and supply the title value.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM