LEADTOOLS For .NET Class Library Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
DataProvider Property
See Also 
Leadtools.Medical.Media.DataAccessLayer Namespace > MediaCreationDbDataAccessAgent Class : DataProvider Property




Gets the database provider for connecting and working with the Media Creation Management database.

Syntax

Visual Basic (Declaration) 
Protected ReadOnly Property DataProvider As Database
Visual Basic (Usage)Copy Code
Dim instance As MediaCreationDbDataAccessAgent
Dim value As Database
 
value = instance.DataProvider
C# 
protected Database DataProvider {get;}
Managed Extensions for C++ 
protected: __property Database* get_DataProvider();
C++/CLI 
protected:
property Database^ DataProvider {
   Database^ get();
}

Property Value

A Microsoft.Practices.EnterpriseLibrary.Data.Database object for connecting and working with the Media Creation Management database.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also