←Select platform

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
A 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 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Logging.DataAccessLayer Assembly