ImageGear .NET v24.12 - Updated
ArtConnectionStringName Property




ImageGear24.Web.Services Assembly > ImageGear.Web.DataProviders Namespace > MarkupSqlImageDataProvider Class : ArtConnectionStringName Property
The name of the connection string to use to connect to the database used to store and retrieve annotations %%. If this is not specified, ConnectionStringName will be used and it will be assumed that documents and annotations are stored in the same database.
Syntax
'Declaration
 
Public ReadOnly Property ArtConnectionStringName As String
'Usage
 
Dim instance As MarkupSqlImageDataProvider
Dim value As String
 
value = instance.ArtConnectionStringName
public string ArtConnectionStringName {get;}
public: __property string* get_ArtConnectionStringName();
public:
property String^ ArtConnectionStringName {
   String^ get();
}
Remarks
Either ConnectionStringName or ArtConnectionStringName are required.
See Also

Reference

MarkupSqlImageDataProvider Class
MarkupSqlImageDataProvider Members