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




In This Topic
    SqlArtKeyArtIdParamLength Property
    In This Topic
    Specifies the length of SqlArtKeyArtIdParameter which stores the the Markup Layer Record ID, a part of the composite key used to store and retrieve annotation data from the database. If it is specified and a positive integer, it will be used in performing a length check when adding the parameter to the SqlCommand. https. .
    Syntax
    'Declaration
     
    Public ReadOnly Property SqlArtKeyArtIdParamLength As Integer
    'Usage
     
    Dim instance As MarkupSqlImageDataProvider
    Dim value As Integer
     
    value = instance.SqlArtKeyArtIdParamLength
    public int SqlArtKeyArtIdParamLength {get;}
    public: __property int get_SqlArtKeyArtIdParamLength();
    public:
    property int SqlArtKeyArtIdParamLength {
       int get();
    }
    Remarks
    Unspecified by default (no length check performed). SqlArtKeyArtIdSqlDbType must be specified as well in order for a length check to be performed.
    Example
    "36"
    See Also