...
Codeblock | ||
---|---|---|
| ||
if(ccResources.Exists("ConnectionString") == true){
Const DBString = ccResources.Get("ConnectionString", "");
} |
...
Codeblock | ||
---|---|---|
| ||
if(ccResources.Exists("ConnectionString") == true){
Const DBString = ccResources.Get("ConnectionString", "");
} |