摘要: private IQueryable GetArticleQueryByColumnID(long columnID) { string sqlStr = ""; if (columnID > 0) { sqlStr = string.Format(ExSql, string.Format(" and COLUMN_ID={0} ", columnID)); } else { sqlStr ... 阅读全文
posted @ 2013-08-13 11:55 天殇月痕 阅读(611) 评论(0) 推荐(0)
摘要: USE [JGB_DB]GO/****** 对象: StoredProcedure [dbo].[P_CREATE_DATA_BY_EXCEL] 脚本日期: 08/13/2013 09:01:03 ******/SET ANSI_NULLS ONGOSET QUOTED_IDENTIFIER ONGOCREATE PROCEDURE [dbo].[P_CREATE_DATA_BY_EXCEL] -- Add the parameters for the stored procedure here @GUID_VALUE UNIQUEIDENTIFIER , @RES... 阅读全文
posted @ 2013-08-13 09:09 天殇月痕 阅读(386) 评论(0) 推荐(0)