ImageGear .NET - Updated May 30, 2018
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
Remarks
Defaults to "Text".
See Also

Reference

MarkupSqlImageDataProvider Class
MarkupSqlImageDataProvider Members