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




connectionString
The connection string for the Media Creation Management database.
Initializes a new instance of the MediaCreationSqlDbDataAccessAgent class with a connection string

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal connectionString As String _
)
Visual Basic (Usage)Copy Code
Dim connectionString As String
 
Dim instance As New MediaCreationSqlDbDataAccessAgent(connectionString)
C# 
public MediaCreationSqlDbDataAccessAgent( 
   string connectionString
)
Managed Extensions for C++ 
public: MediaCreationSqlDbDataAccessAgent( 
   string* connectionString
)
C++/CLI 
public:
MediaCreationSqlDbDataAccessAgent( 
   String^ connectionString
)

Parameters

connectionString
The connection string for 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