ConnectionStringName Property
In This Topic
The name of the connection string used to connect to the database used for image and document storage
https
Syntax
'Declaration
Public ReadOnly Property ConnectionStringName As String
'Usage
Dim instance As MarkupSqlImageDataProvider
Dim value As String
value = instance.ConnectionStringName
public string ConnectionStringName {get;}
public: __property string* get_ConnectionStringName();
public:
property String^ ConnectionStringName {
String^ get();
}
Example
"Data Source=(LocalDB)\MSSQLLocalDB;AttachDbFilename=|DataDirectory|\SampleDatabase.mdf;Integrated Security=True"
See Also