←Select platform

InitializeGetClearListCommand Method (ExternalStoreDBDataAccessAgent)

Summary

Initializes a System.Data.IDbCommand object to query for the list of Leadtools.Medical.ExternalStore.DataAccessLayer.DataTypes.ExternalStoreInstance that need to be cleared from the ''Local Store''

Syntax

C#
VB
C++
protected abstract void InitializeGetClearListCommand(  
   DbCommand command, 
   int expirationDays 
) 
Protected MustOverride Sub InitializeGetClearListCommand( _ 
   ByVal command As DbCommand, _ 
   ByVal expirationDays As Integer _ 
) 
protected: 
abstract void InitializeGetClearListCommand(  
   DbCommand^ command, 
   int expirationDays 
) 

Parameters

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

expirationDays
Number of days the dataset remains in the ''Local Store'' before it expires.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Medical.ExternalStore.DataAccessLayer Assembly
Click or drag to resize