Exemplo n.º 1
0
        /// <summary>
        /// 创建表索引
        /// </summary>
        /// <typeparam name="TItem"></typeparam>
        public static void CreateTableIndex <TItem>() where TItem : TModel, new()
        {
            DBExtend helper = dbHelper;
            TItem    obj1   = new TItem();

            obj1.CheckIndexExists(helper);
        }