Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Dicom.Scp.Command Namespace > CStoreCommand Class : DoUpdateDatabase Property |
public bool DoUpdateDatabase {get; set;}
'Declaration Public Property DoUpdateDatabase As Boolean
'Usage Dim instance As CStoreCommand Dim value As Boolean instance.DoUpdateDatabase = value value = instance.DoUpdateDatabase
true
to update the database when DoExecute gets called; otherwise, false
.false
when DoExecute is called, then the second step of updating the database is skipped. The default value for DoUpdateDatabase is true
.