SQLiteQueryBuilder.SetDistinct(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Mark the query as DISTINCT
.
[Android.Runtime.Register("setDistinct", "(Z)V", "GetSetDistinct_ZHandler")]
public virtual void SetDistinct (bool distinct);
[<Android.Runtime.Register("setDistinct", "(Z)V", "GetSetDistinct_ZHandler")>]
abstract member SetDistinct : bool -> unit
override this.SetDistinct : bool -> unit
Parameters
- distinct
- Boolean
if true the query is DISTINCT
, otherwise it isn't
- Attributes
Remarks
Mark the query as DISTINCT
.
Java documentation for android.database.sqlite.SQLiteQueryBuilder.setDistinct(boolean)
.
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.