点击或拖拽改变大小

SQLiteManagerRead 方法

执行数据库读取

命名空间:  Smobiler.Core.RPC
程序集:  Smobiler.Core (在 Smobiler.Core.dll 中) 版本:6.0.641.16928
语法
public void Read(
	string sqlCommand,
	SQLiteManagerReadHandler handler
)

参数

sqlCommand
类型:SystemString
查询语句
handler
类型:Smobiler.Core.RPCSQLiteManagerReadHandler
结果回调
参见