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




In This Topic
    SqlArtKeyArtIdParameter Property
    In This Topic
    The parameter that is used to specify the Markup Layer Record ID when constructing SQL Commands dealing with annotations. 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 SqlArtKeyArtIdParameter As String
    'Usage
     
    Dim instance As MarkupSqlImageDataProvider
    Dim value As String
     
    value = instance.SqlArtKeyArtIdParameter
    public string SqlArtKeyArtIdParameter {get;}
    public: __property string* get_SqlArtKeyArtIdParameter();
    public:
    property String^ SqlArtKeyArtIdParameter {
       String^ get();
    }
    Example
    "@markupId"
    See Also