ImageGear .NET v24.12 - Updated
SqlArtMarkupNameParamLength Property




ImageGear24.Web.Services Assembly > ImageGear.Web.DataProviders Namespace > MarkupSqlImageDataProvider Class : SqlArtMarkupNameParamLength Property
Specifies the length of SqlArtMarkupNameParameter. If it is specified and a positive integer, it will be used in performing a length check when adding the parameter to the SqlCommand. %%. .
Syntax
'Declaration
 
Public ReadOnly Property SqlArtMarkupNameParamLength As Integer
'Usage
 
Dim instance As MarkupSqlImageDataProvider
Dim value As Integer
 
value = instance.SqlArtMarkupNameParamLength
public int SqlArtMarkupNameParamLength {get;}
public: __property int get_SqlArtMarkupNameParamLength();
public:
property int SqlArtMarkupNameParamLength {
   int get();
}
Remarks
Unspecified by default (no length check performed). SqlArtMarkupNameSqlDbType must be specified as well in order for a length check to be performed.
Example
"36"
See Also

Reference

MarkupSqlImageDataProvider Class
MarkupSqlImageDataProvider Members