Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Utility Namespace / DbHelper Class


In This Topic
    DbHelper Class Methods
    In This Topic

    For a list of all members of this type, see DbHelper members.

    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic) Adds a parameter to the command  
    Public Methodstatic (Shared in Visual Basic) Determines if a column exists within a database table  
    Public Methodstatic (Shared in Visual Basic) Determines if a constraint exists for a database table  
    Public Methodstatic (Shared in Visual Basic) Drops a column from a table  
    Public Methodstatic (Shared in Visual Basic) Drops a constraint from a table  
    Public Methodstatic (Shared in Visual Basic) Drops a table  
    Public Methodstatic (Shared in Visual Basic)Overloaded.  Ensure email template is added  
    Public Methodstatic (Shared in Visual Basic) Get chararacter max length for given column in a table  
    Public Methodstatic (Shared in Visual Basic) Determines data type of given column  
    Public Methodstatic (Shared in Visual Basic)Overloaded.  Creates a command for the given sql string  
    Public Methodstatic (Shared in Visual Basic) Finds out if given table has a composite key  
    Public Methodstatic (Shared in Visual Basic) Determines if an index exists for a database table  
    Public Methodstatic (Shared in Visual Basic) Determines if a store settings exists within store settings database table  
    Public Methodstatic (Shared in Visual Basic) Determines if a table exists in the database  
    Top
    Extension Methods
     NameDescription
    Public Extension MethodOverloaded.  Use this method to bulid query string from NameValueCollection
    Top
    See Also