A connection template contains the connection string format with
replaceable parameters. The replaceable parameters are wrapped in braces.
<ConnectionTemplate>
<Name>SQLServer</Name>
<Template>Data Source={DbServer}; Initial Catalog={Database}; Integrated Security=True</Template>
</ConnectionTemplate>
These replaceable parameters are populated with
the associated connection values from the Data Configuration.
<DataConfig>
<Name>ConfigName</Name>
<ConnectionTypeName>SQLServer</Name>
<DbServer>DbServiceName</DbServer>
<Database>DatabaseName</Database>
</DataConfig>
Value Parameter
DbServer {DbServer}
Database {Database}
UserID {UID}
Pswd {PSWD}
Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.