Initializes a new instance of the ArtConnection class.
May need to rethink this as ASP.NET controls don't handle the provider as yet.
Syntax
public ArtConnection(
string
)
'Declaration
Public Function New( _
ByVal As String _
)
'Usage
Dim provider As String
Dim instance As New ArtConnection(provider)
Parameters
- provider
- provider name
See Also