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




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