Allows the connection string to be set
This commit is contained in:
@@ -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
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user