Returns a new query which is a filter on the current query.
DataView.Filter
. The condition may contain "?" placeholders whose values are passed in the "args" argument. The condition may also contain the "{0}" format specifier which is replaced with the alias of the current query.Missing <returns> documentation for M:Eldorado.Object.Query.ObjectPath.Where(System.String)
Do not forget to escape "{" and "}" characters in the condition (though these characters should only appear in strings and be passed as args).
ObjectPath Class | Eldorado.Object.Query Namespace | ObjectPath.Where Overload List