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




In This Topic
    SqlArtDataField Property
    In This Topic
    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[]. https
    Example
    "ArtData"
    See Also