Custom

Custom(int, FilterOperatorType, object)

使用自定义条件过滤列表。

public void Custom(int fieldIndex, FilterOperatorType operatorType1, object criteria1)
范围类型描述
fieldIndexInt32您希望作为过滤器 基础的字段的整数偏移量(从列表的左侧开始;最左侧的字段是字段0)。
operatorType1FilterOperatorType过滤器运算符类型
criteria1Object自定义标准

也可以看看


Custom(int, FilterOperatorType, object, bool, FilterOperatorType, object)

使用自定义条件过滤列表。

public void Custom(int fieldIndex, FilterOperatorType operatorType1, object criteria1, bool isAnd, 
    FilterOperatorType operatorType2, object criteria2)
范围类型描述
fieldIndexInt32您希望作为过滤器 基础的字段的整数偏移量(从列表的左侧开始;最左侧的字段是字段0)。
operatorType1FilterOperatorType过滤器运算符类型
criteria1Object自定义标准
isAndBoolean
operatorType2FilterOperatorType过滤器运算符类型
criteria2Object自定义标准

也可以看看