public void Release() { if (SqliteDataBase.IsNullPtr(m_table)) { return; } SqliteDataBase.FreeTable(m_table); m_table = IntPtr.Zero; }