Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Services Namespace / SqlScriptGenerator Class
Fields Properties Methods


In This Topic
    SqlScriptGenerator Class Members
    In This Topic

    The following tables list the members exposed by SqlScriptGenerator.

    Public Constructors
     NameDescription
    Public Constructor Initializes a new instance of the SqlScriptGenerator class.  
    Top
    Public Fields
     NameDescription
    Public Field Data format string  
    Public Field DateTime format string  
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets the database connection string  
    Public Property Gets or sets a value indicating whether script generation task is in progress.  
    Top
    Public Methods
     NameDescription
    Public Method Generates the sql insert scripts asynchronously for all tables in database  
    Public Method Generates the sql insert scripts for all tables in database  
    Top
    Protected Methods
     NameDescription
    Protected Method Function which will be called when the asynh process will end.  
    Top
    Extension Methods
     NameDescription
    Public Extension MethodOverloaded.  Use this method to bulid query string from NameValueCollection
    Top
    See Also