Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
410
Override XmlaCommand.ExecuteCommandAsync
posted

Hello,

I am looking to override XmlaCommand to change the IQuery that runs in special case. I do not want to override other classes such as XmlaDataProvider, XmlaConnection; How can I make the XmlaDataSource to use the command class that I override?

I appreaciate your help.