←Select platform

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 abstract void InitializeGetExternalStoreListCommand( 
   DbCommand command 
) 
  
Protected MustOverride Sub InitializeGetExternalStoreListCommand( _ 
   ByVal command As DbCommand _ 
)  
protected: 
abstract void InitializeGetExternalStoreListCommand(  
   DbCommand^ command 
)  

Parameters

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

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.ExternalStore.DataAccessLayer Assembly