mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-03-27 16:30:56 +08:00
Updated 动态操作 (markdown)
2
动态操作.md
2
动态操作.md
@@ -145,7 +145,7 @@ fsql.Select<Region>().WhereDynamicFilter(dyfilter).ToList();
|
||||
[
|
||||
{ Field: 'id', Operator: 'Equals', Value: 2 },
|
||||
{
|
||||
Field: '{{ DynamicFilterCustomImpl.CustomLinq }}',
|
||||
Field: '{ DynamicFilterCustomImpl.CustomLinq }',
|
||||
Operator: 'Custom',
|
||||
Value: 'Title.StartsWith(\'new topic 1\')'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user