ImageGear .NET v24.12 - Updated
SqlArtReadCommandType Property




ImageGear24.Web.Services Assembly > ImageGear.Web.DataProviders Namespace > MarkupSqlImageDataProvider Class : SqlArtReadCommandType Property
The Command Type for SqlArtReadCommand System.Data.CommandType. This can be either "Text" or "StoredProcedure" as specified in Web.config. TableDirect is unsupported.
Syntax
'Declaration
 
Public ReadOnly Property SqlArtReadCommandType As CommandType
'Usage
 
Dim instance As MarkupSqlImageDataProvider
Dim value As CommandType
 
value = instance.SqlArtReadCommandType
public CommandType SqlArtReadCommandType {get;}
public: __property CommandType get_SqlArtReadCommandType();
public:
property CommandType SqlArtReadCommandType {
   CommandType get();
}
Remarks
Defaults to "Text".
See Also

Reference

MarkupSqlImageDataProvider Class
MarkupSqlImageDataProvider Members