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




In This Topic
    SqlArtParameter Property
    In This Topic
    The parameter that is used to specify the annotation data into the database for annotation insert and update operations https. An SQL parameter is used like a variable identifier and should appear in relevant queries. MSSQL parameters should begin with the '@' symbol.
    Syntax
    'Declaration
     
    Public ReadOnly Property SqlArtParameter As String
    'Usage
     
    Dim instance As MarkupSqlImageDataProvider
    Dim value As String
     
    value = instance.SqlArtParameter
    public string SqlArtParameter {get;}
    public: __property string* get_SqlArtParameter();
    public:
    property String^ SqlArtParameter {
       String^ get();
    }
    Remarks
    Required.
    Example
    "@artData"
    See Also