Name | Description | |
---|---|---|
SqlScriptGenerator Constructor | Initializes a new instance of the SqlScriptGenerator class. |
The following tables list the members exposed by SqlScriptGenerator.
Name | Description | |
---|---|---|
SqlScriptGenerator Constructor | Initializes a new instance of the SqlScriptGenerator class. |
Name | Description | |
---|---|---|
DATE_FORMAT | Data format string | |
DATETIME_FORMAT | DateTime format string |
Name | Description | |
---|---|---|
ConnectionString | Gets or sets the database connection string | |
InProgress | Gets or sets a value indicating whether script generation task is in progress. |
Name | Description | |
---|---|---|
AsyncGenerateSqlScripts | Generates the sql insert scripts asynchronously for all tables in database | |
GenerateSqlScripts | Generates the sql insert scripts for all tables in database |
Name | Description | |
---|---|---|
EndAsyncGenerateSqlScripts | Function which will be called when the asynh process will end. |
Name | Description | |
---|---|---|
ToQueryString | Overloaded. Use this method to bulid query string from NameValueCollection |