ImageGear .NET v24.12 - Updated
SqlArtMarkupNameSqlDbType Property




ImageGear24.Web.Services Assembly > ImageGear.Web.DataProviders Namespace > MarkupSqlImageDataProvider Class : SqlArtMarkupNameSqlDbType Property
The SqlDbType System.Data.SqlDbType of SqlArtMarkupNameParameter. This is the SQL data type of the field used to store the Markup Layer Name in the annotations table. If this is specified, then a data type check will be performed when adding the parameter to construct the SqlCommand used to execute the query. This is required in order for a length check to be performed on SqlArtMarkupNameParameter with SqlArtMarkupNameParamLength.
Syntax
'Declaration
 
Public ReadOnly Property SqlArtMarkupNameSqlDbType As Nullable(Of SqlDbType)
'Usage
 
Dim instance As MarkupSqlImageDataProvider
Dim value As Nullable(Of SqlDbType)
 
value = instance.SqlArtMarkupNameSqlDbType
public Nullable<SqlDbType> SqlArtMarkupNameSqlDbType {get;}
public: __property Nullable<SqlDbType> get_SqlArtMarkupNameSqlDbType();
public:
property Nullable<SqlDbType> SqlArtMarkupNameSqlDbType {
   Nullable<SqlDbType> get();
}
Remarks
Example
"VarChar"
See Also

Reference

MarkupSqlImageDataProvider Class
MarkupSqlImageDataProvider Members