
SQL
文章平均质量分 74
Chobitssp
这个作者很懒,什么都没留下…
展开
-
Sql反射增删查改
using System;using System.Collections.Generic;using System.Text;using System.Reflection;using System.Data;using System.Data.OleDb;namespace DAL{ public class SqlBuilder where T : class原创 2013-05-11 16:02:00 · 1143 阅读 · 0 评论 -
SQL Server 存储过程 循环遍历结果集
USE [Task]GO/****** Object: StoredProcedure [dbo].[pro_name] Script Date: 09/22/2013 10:35:09 ******/SET ANSI_NULLS ONGOSET QUOTED_IDENTIFIER ONGOALTER procedure [dbo].[pro_name] @tid i原创 2013-09-22 15:35:29 · 11226 阅读 · 0 评论