I would like to filter rows by one column by operator FilterOperator.IsNotNull or FilterOperator.IsNull but in this column I have set string.Empty as Value.
When I use FilterOperator.IsNotNull I have all rows, but I want to have only rows which have set in Value any signs.
When I use FilterOperator.IsNull I haven't any rows, but I want to have only rows which have string.Empty as Value.
How Can I do it?
When I use FilterOperator.IsNotNull I have all rows, but I want to have only rows which have set in Value any signs.
When I use FilterOperator.IsNull I haven't any rows, but I want to have only rows which have string.Empty as Value.
How Can I do it?