Click or drag to resize
FetchCollectionBuilderTQueryFor Method
Specify a condition that the result objects should satisfy to be returned.

Namespace: Oracle.Cloud.Mobile.Synchronization.MobileEndpoint
Assemblies:  Oracle.Cloud.Mobile.Synchronization.PCL (in Oracle.Cloud.Mobile.Synchronization.PCL.dll) Version: 16.1.3.1 (16.1.3.1)
  Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntax
public FetchCollectionBuilder<T> QueryFor(
	string propertyName,
	Comparison comparison,
	Object value
)

Parameters

propertyName
Type: SystemString
The name of the property to check.
comparison
Type: Oracle.Cloud.Mobile.Synchronization.MobileEndpointComparison
A comparison operator.
value
Type: SystemObject
The value that the condition must satisfy.

Return Value

Type: FetchCollectionBuilderT
The Fetch object.
See Also