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




In This Topic
    SqlArtKeyDocumentIdParameter Property
    In This Topic
    The parameter that is used to specify the Document Identifier, part of the composite key used to store and retrieve annotations, when constructing Sql Commands that operate on the Annotations table. 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 SqlArtKeyDocumentIdParameter As String
    'Usage
     
    Dim instance As MarkupSqlImageDataProvider
    Dim value As String
     
    value = instance.SqlArtKeyDocumentIdParameter
    public string SqlArtKeyDocumentIdParameter {get;}
    public: __property string* get_SqlArtKeyDocumentIdParameter();
    public:
    property String^ SqlArtKeyDocumentIdParameter {
       String^ get();
    }
    Example
    "@documentId"
    See Also