ImageGear .NET v24.12 - Updated
SqlArtUpdateCommandType Property




ImageGear24.Web.Services Assembly > ImageGear.Web.DataProviders Namespace > MarkupSqlImageDataProvider Class : SqlArtUpdateCommandType Property
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

Reference

MarkupSqlImageDataProvider Class
MarkupSqlImageDataProvider Members