ImageGear .NET v25.2 - Updated
SqlArtListCommandType Property




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

Reference

MarkupSqlImageDataProvider Class
MarkupSqlImageDataProvider Members

Is this page helpful?
Yes No
Thanks for your feedback.