예제 #1
0
 int ISQLite3Provider.sqlite3_blob_close(IntPtr blob)
 {
     return(SQLite3RuntimeProvider.sqlite3_blob_close(blob.ToInt64()));
 }