Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What are the correct parameter types to put in the config files?

config files parameter types
0
Posted

What are the correct parameter types to put in the config files?

0

• A – Good question. For the built in providers, the specific parameter types can be used. However, this is in conflict with the goal of virtualizing the database between providers, so the first choice should be to use normal clr types. There is a mapping between the clr types and provider specific types. If the provider specific type can’t be matched, an attempt is made to map to DbType. Finally, an exception is thrown.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123