Leadtools.Medical.Workstation.DataAccessLayer Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
InitializeQuerySeriesCommand Method
See Also 
Leadtools.Medical.Workstation.DataAccessLayer Namespace > WorkstationSqlDataAccessAgent Class : InitializeQuerySeriesCommand Method



queryCommand
The DbCommand to be initialized.
query
A FindQuery object containing the query parameters.
queryCommand
The DbCommand to be initialized.
query
A FindQuery object containing the query parameters.
Initializes a DbCommand to query series information from the database with the specified query parameters. (Inherited from WorkstationDataAccessAgent)

Syntax

Visual Basic (Declaration)  
Overrides Protected Sub InitializeQuerySeriesCommand( _
   ByVal queryCommand As DbCommand, _
   ByVal query As FindQuery _
) 
Visual Basic (Usage) Copy Code
Dim instance As WorkstationSqlDataAccessAgent
Dim queryCommand As DbCommand
Dim query As FindQuery
 
instance.InitializeQuerySeriesCommand(queryCommand, query)
C#  
protected override void InitializeQuerySeriesCommand( 
   DbCommand queryCommand,
   FindQuery query
)
C++/CLI  
protected:
void InitializeQuerySeriesCommand( 
   DbCommand queryCommand,
   FindQuery query
) override 

Parameters

queryCommand
The DbCommand to be initialized.
query
A FindQuery object containing the query parameters.

Remarks

Override this method to provide the database specific behavior for query.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Medical.Workstation.DataAccessLayer requires a Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features