←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.ExternalStore.DataAccessLayer Assembly