<< Click to Display Table of Contents >>
UseConnectionPoolAlias
Indicates whether to use alias information file for the database connection pool.
Prototype
bool UseConnectionPoolAlias
Example
var dst = This.GetDataStore();
_DEBUG("UseConnectionPoolAlias " + dst.UseConnectionPoolAlias);
See Also