CommonCRUDServiceTEntity, TKey, TInput, TFilterSetColumnFilter Method
用指定属性及其值设置过滤条件。
Namespace: QuickAdmin.Service.CRUDAssembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 2.0.13
protected virtual ISelect<TEntity> SetColumnFilter(
ISelect<TEntity> iSel,
string propertyName,
string propertyValue
)
- iSel ISelectTEntity
- ISelect 对象。
- propertyName string
- 属性名称。
- propertyValue string
- 表示属性值的字符串。可能以比较运算符打头,如 ">=10"。
ISelectTEntityISelect 对象。