Browse By Tags

  • .NET Equivalent to CreateQueryObj with Database Name parameter?

    In the COM API you can specify the target database you want to run a query against using CreateQueryObj. For example CRM.CreateQueryObj ("select * from mytable","MYDB"). This uses the Advanced Customization->Tables and Databases->Database connection.…