ImageGear .NET v24.12 - Updated
SqlArtListCommand Property




ImageGear24.Web.Services Assembly > ImageGear.Web.DataProviders Namespace > MarkupSqlImageDataProvider Class : SqlArtListCommand Property
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

Reference

MarkupSqlImageDataProvider Class
MarkupSqlImageDataProvider Members