InitializeGetExternalStoreListCommand Method

Summary

Initializes a System.Data.IDbCommand object to query for the list of Leadtools.Medical.ExternalStore.DataAccessLayer.DataTypes.ExternalStoreInstance that need to be sent to the External Store

Syntax
C#
VB
C++
protected override void InitializeGetExternalStoreListCommand( 
   DbCommand command 
) 
  
Protected Overrides Sub InitializeGetExternalStoreListCommand( _ 
   ByVal command As DbCommand _ 
)  
protected: 
void InitializeGetExternalStoreListCommand(  
   DbCommand^ command 
) override  

Parameters

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

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