JoinSpec.ChildPropertyExpression Property

Definition

The property expression that is used to get values from child documents, returned from the nested search.

public string ChildPropertyExpression { [Android.Runtime.Register("getChildPropertyExpression", "()Ljava/lang/String;", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getChildPropertyExpression", "()Ljava/lang/String;", "", ApiSince=34)>]
member this.ChildPropertyExpression : string

Property Value

the property expression to match in the child documents.

Attributes

Remarks

The property expression that is used to get values from child documents, returned from the nested search. These values are then used to match them to parent documents. These are analogous to foreign keys.

Java documentation for android.app.appsearch.JoinSpec.getChildPropertyExpression().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to