Allows the connection string to be set

This commit is contained in:
Rich 2012-01-13 18:42:00 +00:00
parent 59e34f756e
commit 3e71b6f6ca

View File

@ -88,6 +88,7 @@ namespace VEPROMS.CSLA.Library
}
return _VEPROMS_Connection = cs.ConnectionString;
}
set { _VEPROMS_Connection = value; }
}
public static SqlConnection VEPROMS_SqlConnection
{