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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly