Click or drag to resize

PFQueryCreateQueryFilter Method

Overload List
  NameDescription
Public methodStatic memberCreateQueryFilter(String, Object)
Creates a new instance of the PFQuery class, with a default filter.
Public methodStatic memberCreateQueryFilter(String, PFQueryFilterOperator, Object)
Creates a new instance of the PFQuery class, with a default filter.
Public methodStatic memberCreateQueryFilter(String, Object, String)
Creates a new instance of the PFQuery class, with a default filter and a default order.
Public methodStatic memberCreateQueryFilter(String, PFQueryFilterOperator, Object, String)
Creates a new instance of the PFQuery class, with a default filter and a default order.
Public methodStatic memberCreateQueryFilter(String, Object, String, Boolean)
Creates a new instance of the PFQuery class, with a default filter and a default order.
Public methodStatic memberCreateQueryFilter(String, PFQueryFilterOperator, Object, String, Boolean)
Creates a new instance of the PFQuery class, with a default filter and a default order.
Top
See Also