Binding query parameters by name with ODP.NET

前端 未结 3 448
忘了有多久
忘了有多久 2020-12-10 02:18

I\'m currently using the Microsoft ADO.NET provider for Oracle (System.Data.OracleClient). I\'m aware that it is certainly not the best Oracle provider availabl

3条回答
  •  不知归路
    2020-12-10 03:07

    I think you can create your own provider that uses the defaults you want to use. You could create that provider easily by inheriting all the classes from odp.net, just adjust some properties like BindByName.

    The DbProviderfactory will create your classes instead of the normal odp.net classes.

提交回复
热议问题