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




In This Topic
    SqlArtKeyDocumentIdSqlDbType Property
    In This Topic
    The SqlDbType System.Data.SqlDbType of SqlArtKeyDocumentIdParameter. This is the SQL data type of the field in the Annotations table that corresponds to the Document Identifier, which is part of the composite key for 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 SqlArtKeyDocumentIdParameter with SqlArtKeyDocumentIdParamLength.
    Syntax
    'Declaration
     
    Public ReadOnly Property SqlArtKeyDocumentIdSqlDbType As Nullable(Of SqlDbType)
    'Usage
     
    Dim instance As MarkupSqlImageDataProvider
    Dim value As Nullable(Of SqlDbType)
     
    value = instance.SqlArtKeyDocumentIdSqlDbType
    public Nullable<SqlDbType> SqlArtKeyDocumentIdSqlDbType {get;}
    public: __property Nullable<SqlDbType> get_SqlArtKeyDocumentIdSqlDbType();
    public:
    property Nullable<SqlDbType> SqlArtKeyDocumentIdSqlDbType {
       Nullable<SqlDbType> get();
    }
    Example
    "VarChar"
    See Also