SQLiteQueryBuilder.ProjectionMap Property

Definition

Gets the projection map for the query, as last configured by #setProjectionMap(Map).

public virtual System.Collections.Generic.IDictionary<string,string>? ProjectionMap { [Android.Runtime.Register("getProjectionMap", "()Ljava/util/Map;", "GetGetProjectionMapHandler", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getProjectionMap", "()Ljava/util/Map;", "GetGetProjectionMapHandler", ApiSince=29)>]
member this.ProjectionMap : System.Collections.Generic.IDictionary<string, string>

Property Value

Attributes

Remarks

Gets the projection map for the query, as last configured by #setProjectionMap(Map).

Java documentation for android.database.sqlite.SQLiteQueryBuilder.getProjectionMap().

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