ImageGear .NET v25.2 - Updated
ImageGear.Web.Services Assembly / ImageGear.Web.DataProviders Namespace / MarkupSqlImageDataProvider Class / ConnectionStringName Property




In This Topic
    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();
    }
    Remarks
    Required if both UseImageTable and SqlImageDataFieldBlob are true (default).
    Example
    "Data Source=(LocalDB)\MSSQLLocalDB;AttachDbFilename=|DataDirectory|\SampleDatabase.mdf;Integrated Security=True"
    See Also