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
'Declaration
Public Function New( _
ByVal As String _
)
'Usage
Dim provider As String
Dim instance As New ArtConnection(provider)
public ArtConnection(
string
)
public: ArtConnection(
string*
)
public:
ArtConnection(
String^
)
Parameters
- provider
- provider name
See Also