示例#1
0
 /// <summary> Sqlite 3 errstr. </summary>
 /// <param name="rc"> The rectangle. </param>
 /// <returns> A string. </returns>
 internal string sqlite3_errstr(SqliteResultCode rc)
 {
     return(DbProviderOperations.sqlite3_errstr((int)rc));
 }