DoUpdateDatabase Property

Summary
Gets or sets a value indicating whether to update the database when DoExecute gets called.
Syntax
C#
C++/CLI
public bool DoUpdateDatabase { get; set; } 
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 22.0.2022.12.21
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.