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




In This Topic
    SqlArtKeyArtIdSqlDbType Property
    In This Topic
    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();
    }
    Example
    "VarChar"
    See Also