ImageGear .NET v25.2 - Updated
ImageGear.Web.Services Assembly / ImageGear.Web.DataProviders Namespace / MarkupSqlImageDataProvider Class / SqlCommandType Property




In This Topic
    SqlCommandType Property
    In This Topic
    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