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




In This Topic
    ParamKeyLength Property
    In This Topic
    Specifies the length of SqlParameter which stores the primary key for the storage and retrieval of documents. 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 ParamKeyLength As Integer
    'Usage
     
    Dim instance As MarkupSqlImageDataProvider
    Dim value As Integer
     
    value = instance.ParamKeyLength
    public int ParamKeyLength {get;}
    public: __property int get_ParamKeyLength();
    public:
    property int ParamKeyLength {
       int get();
    }
    Remarks
    Unspecified by default (no length check performed). ParamKeySqlDbType must be specified as well in order for a length check to be performed.
    Example
    "36"
    See Also