ImageGear .NET - Updated December 24, 2018
SqlInsertCommandType Property




ImageGear24.Web.Services Assembly > ImageGear.Web.DataProviders Namespace > MarkupSqlImageDataProvider Class : SqlInsertCommandType Property
The Command Type for SqlInsertCommand 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 SqlInsertCommandType As CommandType
 
'Usage
 
Dim instance As MarkupSqlImageDataProvider
Dim value As CommandType
 
value = instance.SqlInsertCommandType
Remarks
Defaults to "Text".
Example
"Text"
See Also

Reference

MarkupSqlImageDataProvider Class
MarkupSqlImageDataProvider Members