InitializeSetTokenCommand Method

Summary

Initializes a System.Data.IDbCommand object to set the sopInstanceUid and corresponding 'External Store' token in the database.

Syntax
C#
VB
C++
protected abstract void InitializeSetTokenCommand( 
   DbCommand command, 
   string sopInstanceUid, 
   string token 
) 
  
Protected MustOverride Sub InitializeSetTokenCommand( _ 
   ByVal command As DbCommand, _ 
   ByVal sopInstanceUid As String, _ 
   ByVal token As String _ 
)  
protected: 
abstract void InitializeSetTokenCommand(  
   DbCommand^ command, 
   String^ sopInstanceUid, 
   String^ token 
)  

Parameters

command
Type: System.Data.IDbCommand The database command that will be initialized to execute the query.

sopInstanceUid
The SOP Instance UID that identifies the instance.

token
The 'External Store' token that can be used to retrieve the SOP Instance UID from the database.

Requirements

Target Platforms

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

Leadtools.Medical.ExternalStore.DataAccessLayer Assembly