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




In This Topic
    SqlArtListCommand Property
    In This Topic
    The SQL query or stored procedure used to retrieve a list of Markup Layer Record IDs (part of a
    Syntax
    'Declaration
     
    Public ReadOnly Property SqlArtListCommand As String
    'Usage
     
    Dim instance As MarkupSqlImageDataProvider
    Dim value As String
     
    value = instance.SqlArtListCommand
    public string SqlArtListCommand {get;}
    public: __property string* get_SqlArtListCommand();
    public:
    property String^ SqlArtListCommand {
       String^ get();
    }
    Example
    "SELECT MarkupID, MarkupName FROM dbo.Annotations WHERE DocumentID = @documentId"
    See Also