LEADTOOLS For .NET Class Library Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
PrepareQueryMediaPathCommand Method
See Also 
Leadtools.Medical.Media.DataAccessLayer Namespace > MediaCreationSqlDbDataAccessAgent Class : PrepareQueryMediaPathCommand Method




queryCommand
The database command which will be initialized to return the information.
mediaSopInstanceUID
An System.Array of strings that represent the SOP Instance UIDs for the media object which information will be returned.
queryCommand
The database command which will be initialized to return the information.
mediaSopInstanceUID
An System.Array of strings that represent the SOP Instance UIDs for the media object which information will be returned.
Initializes a System.Data.Common.DbCommand that will query for the media location from the "Media Location" Table.

Syntax

Visual Basic (Declaration) 
Overrides Protected Sub PrepareQueryMediaPathCommand( _
   ByVal queryCommand As DbCommand, _
   ByVal mediaSopInstanceUID() As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As MediaCreationSqlDbDataAccessAgent
Dim queryCommand As DbCommand
Dim mediaSopInstanceUID() As String
 
instance.PrepareQueryMediaPathCommand(queryCommand, mediaSopInstanceUID)
C# 
protected override void PrepareQueryMediaPathCommand( 
   DbCommand queryCommand,
   string[] mediaSopInstanceUID
)
Managed Extensions for C++ 
protected: void PrepareQueryMediaPathCommand( 
   DbCommand* queryCommand,
   string*[]* mediaSopInstanceUID
) override 
C++/CLI 
protected:
void PrepareQueryMediaPathCommand( 
   DbCommand^ queryCommand,
   array<String^>^ mediaSopInstanceUID
) override 

Parameters

queryCommand
The database command which will be initialized to return the information.
mediaSopInstanceUID
An System.Array of strings that represent the SOP Instance UIDs for the media object which information will be returned.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also