示例#1
0
文件: SQLite3.cs 项目: bdcliang/BD
 internal override string SQLiteLastError()
 {
     return(SQLiteBase.SQLiteLastError(this._sql));
 }