ImageGear .NET v24.12 - Updated
SqlArtKeyArtIdField Property




ImageGear24.Web.Services Assembly > ImageGear.Web.DataProviders Namespace > MarkupSqlImageDataProvider Class : SqlArtKeyArtIdField Property
The name of the column which stores the Markup Layer Record ID in the Annotations table, which is part of the composite key used to store Annotations. This is required so that the back-end may know which column corresponds to the Markup Layer Record ID in SqlArtListCommand.
Syntax
'Declaration
 
Public ReadOnly Property SqlArtKeyArtIdField As String
'Usage
 
Dim instance As MarkupSqlImageDataProvider
Dim value As String
 
value = instance.SqlArtKeyArtIdField
public string SqlArtKeyArtIdField {get;}
public: __property string* get_SqlArtKeyArtIdField();
public:
property String^ SqlArtKeyArtIdField {
   String^ get();
}
Example
"MarkupID"
See Also

Reference

MarkupSqlImageDataProvider Class
MarkupSqlImageDataProvider Members