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




In This Topic
    SqlCommandType Field
    In This Topic
    Key to read SqlCommandType from Web.config
    Syntax
    'Declaration
     
    Public Const SqlCommandType As String
    'Usage
     
    Dim value As String
     
    value = MarkupSqlImageDataProvider.ConfigKeys.SqlCommandType
    public const string SqlCommandType
    public: const string* SqlCommandType
    public:
    const String^ SqlCommandType
    See Also