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




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