PrepareSelectDataSetPathCommand Method

Summary
Initializes a System.Data.Common.DbCommand to query for the path of the saved DICOM DataSets.
Syntax
C#
VB
C++
protected override void PrepareSelectDataSetPathCommand( 
   DbCommand command, 
   Collection<CatalogElement[]> matchingParametersCollection, 
   int lastRowsCount 
) 
  
Protected Overrides Sub PrepareSelectDataSetPathCommand( _ 
   ByVal command As DbCommand, _ 
   ByVal matchingParametersCollection As Collection(Of CatalogElement()), _ 
   ByVal lastRowsCount As Integer _ 
)  
protected: 
void PrepareSelectDataSetPathCommand(  
   DbCommand^ command, 
   Collection<array<CatalogElement^>>^ matchingParametersCollection, 
   int lastRowsCount 
) override  

Parameters

command
The System.Data.Common.DbCommand to be initialized.

matchingParametersCollection
A collection of Leadtools.Medical.DataAccessLayer.Catalog.CatalogElement arrays containing the matching parameter fields and values.

lastRowsCount
An System.Int32 value that determines the number of recent event logs returned from all matched event logs. Set this to -1 to return all event logs that match the provided parameters.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Logging.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.