LEADTOOLS Medical (Leadtools.Medical.Media.DataAccessLayer assembly)

PrepareQueryMediaPathCommand Method (MediaCreationSqlDbDataAccessAgent)

Show in webframe






The database command which will be initialized to return the information.
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
protected override void PrepareQueryMediaPathCommand( 
   DbCommand queryCommand,
   string[] mediaSopInstanceUID
)
'Declaration
 
Protected Overrides Sub PrepareQueryMediaPathCommand( _
   ByVal queryCommand As DbCommand, _
   ByVal mediaSopInstanceUID() As String _
) 
'Usage
 
Dim instance As MediaCreationSqlDbDataAccessAgent
Dim queryCommand As DbCommand
Dim mediaSopInstanceUID() As String
 
instance.PrepareQueryMediaPathCommand(queryCommand, mediaSopInstanceUID)

            

            
protected: void PrepareQueryMediaPathCommand( 
   DbCommand* queryCommand,
   string*[]* mediaSopInstanceUID
) override 
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

See Also

Reference

MediaCreationSqlDbDataAccessAgent Class
MediaCreationSqlDbDataAccessAgent Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.