Android.Database.Sqlite.SQLiteQueryBuilder.BuildUnionSubQuery Method
Documentation for this section has not yet been entered.

Syntax

[Android.Runtime.Register("buildUnionSubQuery", "(Ljava/lang/String;[Ljava/lang/String;Ljava/util/Set;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", "GetBuildUnionSubQuery_Ljava_lang_String_arrayLjava_lang_String_Ljava_util_Set_ILjava_lang_String_Ljava_lang_String_Ljava_lang_String_Ljava_lang_String_Handler")]
public virtual string BuildUnionSubQuery (string typeDiscriminatorColumn, string[] unionColumns, ICollection<string> columnsPresentInTable, int computedColumnsOffset, string typeDiscriminatorValue, string selection, string groupBy, string having)

Parameters

typeDiscriminatorColumn
Documentation for this section has not yet been entered.
unionColumns
Documentation for this section has not yet been entered.
columnsPresentInTable
Documentation for this section has not yet been entered.
computedColumnsOffset
Documentation for this section has not yet been entered.
typeDiscriminatorValue
Documentation for this section has not yet been entered.
selection
Documentation for this section has not yet been entered.
groupBy
Documentation for this section has not yet been entered.
having
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Android.Database.Sqlite
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1