コード例 #1
0
        public virtual void DeleteTrueBatch(string ids)
        {
            int[] arrIds = cvt.ToIntArray(ids);
            if (arrIds.Length == 0)
            {
                return;
            }

            MicroblogComment.deleteBatch("id in (" + ids + ")");
        }