PFQueryCreateQueryFilter Method (String, Object, String) |
Creates a new instance of the PFQuery class, with a default filter and a default order.
Namespace:
Packflow.Core
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntaxpublic static PFQuery CreateQueryFilter(
string fieldName,
Object value,
string orderBy
)
Parameters
- fieldName
- Type: SystemString
Name of the target field/column. - value
- Type: SystemObject
The value used for comparisons. - orderBy
- Type: SystemString
Initial order.
Return Value
Type:
PFQueryThe new query.
See Also