←Select platform

DoUpdateDatabase Property

Summary

Gets or sets a value indicating whether to update the database when DoExecute gets called.

Syntax

C#
VB
C++
public bool DoUpdateDatabase {get; set;}
Public Property DoUpdateDatabase As Boolean
public: 
property bool DoUpdateDatabase { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to update the database when DoExecute gets called; otherwise, false.

Remarks

Several steps occur when DoExecute is called to store a Leadtools.Dicom.DicomDataSet.

If DoUpdateDatabase is false when DoExecute is called, then the second step of updating the database is skipped. The default value for DoUpdateDatabase is true.

Requirements

Target Platforms

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