ImageGear .NET v25.2 - Updated
ImageGear.Web.Services Assembly / ImageGear.Web.DataProviders Namespace / MarkupSqlImageDataProvider.Constants Class / DefaultSqlCommandType Field




In This Topic
    DefaultSqlCommandType Field
    In This Topic
    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