ImageGear .NET v24.12 - Updated
SqlArtUpdateCommand Property




ImageGear24.Web.Services Assembly > ImageGear.Web.DataProviders Namespace > MarkupSqlImageDataProvider Class : SqlArtUpdateCommand Property
The SQL query or stored procedure used to update art documents which already exist in the table used to store annotations
Syntax
'Declaration
 
Public ReadOnly Property SqlArtUpdateCommand As String
'Usage
 
Dim instance As MarkupSqlImageDataProvider
Dim value As String
 
value = instance.SqlArtUpdateCommand
public string SqlArtUpdateCommand {get;}
public: __property string* get_SqlArtUpdateCommand();
public:
property String^ SqlArtUpdateCommand {
   String^ get();
}
Remarks
Required.
Example
"UPDATE dbo.Annotations SET ArtData = @artData WHERE DocumentID = @documentId and MarkupID = @markupId;"
See Also

Reference

MarkupSqlImageDataProvider Class
MarkupSqlImageDataProvider Members