ConnectionProperties
sebling
Posts: 22
Noticed that when creating a ConnectionProperties object and then passing it to the Register method the registration is much much slower than Register(new ConnectionProperties(....),Options)
This discussion has been closed.
Comments
I find this odd... normally the only thing that slows ther Register method is if you run the code from inside Visual Studio's IDE. The program has to do the same amount of work whether you instantiate a new ConnectionProperties object on its' own or inside the Database.Register method.