Пример #1
0
        public int CloseTable(DBCloseType flag = DBCloseType.Default)
        {
            int r = BangDBNative.CloseThisWideTable(_wtable, (int)flag);

            BangDBNative.FreeHandle(ref _wtable);
            _wtable = IntPtr.Zero;
            return(r);
        }