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;)Ljava/lang/String;", "GetBuildUnionSubQuery_Ljava_lang_String_arrayLjava_lang_String_Ljava_util_Set_ILjava_lang_String_Ljava_lang_String_arrayLjava_lang_String_Ljava_lang_String_Ljava_lang_String_Handler")]
[System.Obsolete("deprecated")]
public virtual
string BuildUnionSubQuery (
string typeDiscriminatorColumn,
string[] unionColumns,
ICollection<string> columnsPresentInTable,
int computedColumnsOffset,
string typeDiscriminatorValue,
string selection,
string[] selectionArgs,
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.
- selectionArgs
- 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
Requirements
Namespace: Android.Database.Sqlite
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1