예제 #1
0
파일: SQLite3.cs 프로젝트: bdcliang/BD
 internal override string SQLiteLastError()
 {
     return(SQLiteBase.SQLiteLastError(this._sql));
 }