DatabaseProvider Property

Summary

Gets the database provider for connecting and working with 'External Store' database.

Syntax
C#
VB
C++
protected Database DatabaseProvider {get; set;} 
  
Protected Property DatabaseProvider As Database 
protected: 
property Database^ DatabaseProvider { 
   Database^ get(); 
   void set (    Database^ ); 
} 

Property Value

A Microsoft.Practices.EnterpriseLibrary.Data.Database object for connecting and working with DICOM Storage database.

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.Medical.ExternalStore.DataAccessLayer Assembly