FetchCollectionBuilderTQueryFor Method |
Specify a condition that the result objects should satisfy to be returned.
Namespace: Oracle.Cloud.Mobile.Synchronization.MobileEndpointAssemblies: 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)
Syntaxpublic FetchCollectionBuilder<T> QueryFor(
string propertyName,
Comparison comparison,
Object value
)
Public Function QueryFor (
propertyName As String,
comparison As Comparison,
value As Object
) As FetchCollectionBuilder(Of T)
public:
FetchCollectionBuilder<T>^ QueryFor(
String^ propertyName,
Comparison comparison,
Object^ value
)
member QueryFor :
propertyName : string *
comparison : Comparison *
value : Object -> FetchCollectionBuilder<'T>
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:
FetchCollectionBuilderTThe Fetch object.
See Also