ImageGear .NET v24.12 - Updated
SqlArtKeyArtIdSqlDbType Property




ImageGear24.Web.Services Assembly > ImageGear.Web.DataProviders Namespace > MarkupSqlImageDataProvider Class : SqlArtKeyArtIdSqlDbType Property
The SqlDbType System.Data.SqlDbType of SqlArtKeyArtIdParameter. This is the SQL data type of field used to store the Markup Layer Record ID, part of the composite key used to store and retrieve annotations from 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 SqlArtKeyArtIdParameter with SqlArtKeyArtIdParamLength.
Syntax
'Declaration
 
Public ReadOnly Property SqlArtKeyArtIdSqlDbType As Nullable(Of SqlDbType)
'Usage
 
Dim instance As MarkupSqlImageDataProvider
Dim value As Nullable(Of SqlDbType)
 
value = instance.SqlArtKeyArtIdSqlDbType
public Nullable<SqlDbType> SqlArtKeyArtIdSqlDbType {get;}
public: __property Nullable<SqlDbType> get_SqlArtKeyArtIdSqlDbType();
public:
property Nullable<SqlDbType> SqlArtKeyArtIdSqlDbType {
   Nullable<SqlDbType> get();
}
Remarks
Example
"VarChar"
See Also

Reference

MarkupSqlImageDataProvider Class
MarkupSqlImageDataProvider Members