←Select platform

PrepareGetAdmissionIdsCommand Method

Summary

Initializes an System.Data.IDbCommand object to query for Admission IDs.

Syntax

C#
VB
C++
protected override void PrepareGetAdmissionIdsCommand( 
   IDbCommand IDbCommand 
) 
  
Protected Overrides Sub PrepareGetAdmissionIdsCommand( _ 
   ByVal IDbCommand As IDbCommand _ 
)  
protected: 
void PrepareGetAdmissionIdsCommand(  
   IDbCommand^ IDbCommand 
) override  

Parameters

IDbCommand
The System.Data.IDbCommand 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.Worklist.DataAccessLayer Assembly