←Select platform

CreateHangingProtocolDataSet Method

Summary

Returns an empty HangingProtocolDataset.

Syntax

C#
VB
C++
protected virtual DataSet CreateHangingProtocolDataSet() 
Protected Overridable Function CreateHangingProtocolDataSet() As System.Data.DataSet 
protected:  
   virtual System::Data::DataSet^ CreateHangingProtocolDataSet() 

Return Value

An empty HangingProtocolDataset.

Remarks

Override this method to provide an updated version of the HangingProtocolDataset which is used for queries and updates. This is useful when you update your database schema and you want to use the existent methods with the new database.

Requirements

Target Platforms

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

Leadtools.Medical.Storage.DataAccessLayer Assembly