Allows the connection string to be set
This commit is contained in:
parent
59e34f756e
commit
3e71b6f6ca
@ -88,6 +88,7 @@ namespace VEPROMS.CSLA.Library
|
|||||||
}
|
}
|
||||||
return _VEPROMS_Connection = cs.ConnectionString;
|
return _VEPROMS_Connection = cs.ConnectionString;
|
||||||
}
|
}
|
||||||
|
set { _VEPROMS_Connection = value; }
|
||||||
}
|
}
|
||||||
public static SqlConnection VEPROMS_SqlConnection
|
public static SqlConnection VEPROMS_SqlConnection
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user