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




In This Topic
    SqlInsertCommandType Property
    In This Topic
    The Command Type for SqlInsertCommand 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 SqlInsertCommandType As CommandType
    'Usage
     
    Dim instance As MarkupSqlImageDataProvider
    Dim value As CommandType
     
    value = instance.SqlInsertCommandType
    public CommandType SqlInsertCommandType {get;}
    public: __property CommandType get_SqlInsertCommandType();
    public:
    property CommandType SqlInsertCommandType {
       CommandType get();
    }
    Remarks
    Defaults to "Text".
    Example
    "Text"
    See Also