ContentProviderOperation.Builder.WithSelection(String, String[]) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
選擇與論點。
[Android.Runtime.Register("withSelection", "(Ljava/lang/String;[Ljava/lang/String;)Landroid/content/ContentProviderOperation$Builder;", "GetWithSelection_Ljava_lang_String_arrayLjava_lang_String_Handler")]
public virtual Android.Content.ContentProviderOperation.Builder WithSelection(string? selection, string[]? selectionArgs);
[<Android.Runtime.Register("withSelection", "(Ljava/lang/String;[Ljava/lang/String;)Landroid/content/ContentProviderOperation$Builder;", "GetWithSelection_Ljava_lang_String_arrayLjava_lang_String_Handler")>]
abstract member WithSelection : string * string[] -> Android.Content.ContentProviderOperation.Builder
override this.WithSelection : string * string[] -> Android.Content.ContentProviderOperation.Builder
參數
- selection
- String
SQL 選擇條款。
- selectionArgs
- String[]
取代選擇子句中佔位符的值。
傳回
此值不可能是空值。
- 屬性
備註
本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。