20220717 pagebase
This commit is contained in:
@@ -12,12 +12,12 @@ namespace BLL
|
||||
public class SQLHelper
|
||||
{
|
||||
private static string connectionString = Funs.ConnString;
|
||||
//private static SqlConnection Connection = new SqlConnection(connectionString);
|
||||
private static SqlConnection Connection = new SqlConnection(connectionString);
|
||||
|
||||
//public static SqlConnection GetConn()
|
||||
//{
|
||||
// return Connection;
|
||||
//}
|
||||
public static SqlConnection GetConn()
|
||||
{
|
||||
return Connection;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
///被RunProcedure调用 构建 SqlCommand 对象.
|
||||
|
||||
Reference in New Issue
Block a user