ImageGear .NET v24.12 - Updated
SqlCommandType Property




ImageGear24.Web.Services Assembly > ImageGear.Web.DataProviders Namespace > MarkupSqlImageDataProvider Class : SqlCommandType Property
The Command Type for SqlCommand 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 SqlCommandType As CommandType
'Usage
 
Dim instance As MarkupSqlImageDataProvider
Dim value As CommandType
 
value = instance.SqlCommandType
public CommandType SqlCommandType {get;}
public: __property CommandType get_SqlCommandType();
public:
property CommandType SqlCommandType {
   CommandType get();
}
Remarks
Defaults to "Text".
Example
"Text"
See Also

Reference

MarkupSqlImageDataProvider Class
MarkupSqlImageDataProvider Members