ImageGear .NET v24.12 - Updated
DefaultSqlCommandType Field




ImageGear24.Web.Services Assembly > ImageGear.Web.DataProviders Namespace > MarkupSqlImageDataProvider.Constants Class : DefaultSqlCommandType Field
Default SQL Command Type. The only permitted types are CommandType.Text and CommandType.StoredProcedure.
Syntax
'Declaration
 
Public Const DefaultSqlCommandType As CommandType
'Usage
 
Dim value As CommandType
 
value = MarkupSqlImageDataProvider.Constants.DefaultSqlCommandType
public const CommandType DefaultSqlCommandType
public: const CommandType DefaultSqlCommandType
public:
const CommandType DefaultSqlCommandType
See Also

Reference

MarkupSqlImageDataProvider.Constants Class
MarkupSqlImageDataProvider.Constants Members