| Visual Basic (Declaration) | |
|---|---|
Public Class DbQueryClient Inherits QueryClient  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
public class DbQueryClient : QueryClient  | |
| C++/CLI | |
|---|---|
public ref class DbQueryClient : public QueryClient  | |
| Visual Basic |  Copy Code | 
|---|---|
<Test> _ | |
| C# |  Copy Code | 
|---|---|
public void DatabaseQueryLocal()  | |
The implementation of this class uses the FindAddIn class to run the queries.
Check the FindAddIn to ensure the database configuration is set correctly in order for that class to function.System.Object
   Leadtools.Medical.Workstation.Client.QueryClient
      Leadtools.Medical.Workstation.Client.Local.DbQueryClient
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
  
   
                           
Copy Code