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




In This Topic
    SqlArtInsertCommandType Property
    In This Topic
    The Command Type for SqlArtInsertCommand System.Data.CommandType. This can be either "Text" or "StoredProcedure" as specified in Web.config. TableDirect is unsupported.
    Syntax
    'Declaration
     
    Public ReadOnly Property SqlArtInsertCommandType As CommandType
    'Usage
     
    Dim instance As MarkupSqlImageDataProvider
    Dim value As CommandType
     
    value = instance.SqlArtInsertCommandType
    public CommandType SqlArtInsertCommandType {get;}
    public: __property CommandType get_SqlArtInsertCommandType();
    public:
    property CommandType SqlArtInsertCommandType {
       CommandType get();
    }
    Remarks
    Defaults to "Text".
    See Also