ImageGear .NET v24.12 - Updated
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
public CommandType SqlInsertCommandType {get;}
public: __property CommandType get_SqlInsertCommandType();
public:
property CommandType SqlInsertCommandType {
   CommandType get();
}
Remarks
Defaults to "Text".
Example
"Text"
See Also

Reference

MarkupSqlImageDataProvider Class
MarkupSqlImageDataProvider Members