コード例 #1
0
 int ISQLite3Provider.sqlite3_blob_bytes(IntPtr blob)
 {
     return(SQLite3RuntimeProvider.sqlite3_blob_bytes(blob.ToInt64()));
 }