ImageGear .NET v24.12 - Updated
SqlArtDataField Property




ImageGear24.Web.Services Assembly > ImageGear.Web.DataProviders Namespace > MarkupSqlImageDataProvider Class : SqlArtDataField Property
The name of the column which stores annotation data in the table that stores annotations
Syntax
'Declaration
 
Public ReadOnly Property SqlArtDataField As String
'Usage
 
Dim instance As MarkupSqlImageDataProvider
Dim value As String
 
value = instance.SqlArtDataField
public string SqlArtDataField {get;}
public: __property string* get_SqlArtDataField();
public:
property String^ SqlArtDataField {
   String^ get();
}
Remarks
Requred. Annotations are ANSI-text XML documents and must be stored in SQL using a text-compatible SQL data type, or in other words, a data type that will map by Microsoft libraries to a byte[]. %%
Example
"ArtData"
See Also

Reference

MarkupSqlImageDataProvider Class
MarkupSqlImageDataProvider Members