次の方法で共有


MobileServiceSQLiteStore.ExecuteQuery メソッド

定義

protected virtual System.Collections.Generic.IList<Newtonsoft.Json.Linq.JObject> ExecuteQuery(string tableName, string sql, System.Collections.Generic.IDictionary<string,object> parameters);
abstract member ExecuteQuery : string * string * System.Collections.Generic.IDictionary<string, obj> -> System.Collections.Generic.IList<Newtonsoft.Json.Linq.JObject>
override this.ExecuteQuery : string * string * System.Collections.Generic.IDictionary<string, obj> -> System.Collections.Generic.IList<Newtonsoft.Json.Linq.JObject>
Protected Overridable Function ExecuteQuery (tableName As String, sql As String, parameters As IDictionary(Of String, Object)) As IList(Of JObject)

パラメーター

tableName
String
sql
String
parameters
IDictionary<String,Object>

戻り値

IList<Newtonsoft.Json.Linq.JObject>

適用対象