About Ispirer Systems
Ispirer Home Page Database Migration Application Conversion Downloads
Sqlways.ini File - Section [CS]
This article describes sqlways.ini file's [CS] section and options it contains.
Option name | Description |
---|---|
PREFIX_NAMESPACE | This option defines the prefix to the namespace. |
CONVERT_DEPEND_LIBS | This option defines whether the depended libraries should be converted or not. If the it's specified to YES, our tool converts the depended libraries. If NO is specified, SQLWays converts only a specific object from project file. Possible values - “Yes”, “No”. Default value - “Yes”. |
GENERATE_MISSED | This option defines whether missed files should be generated or not. If it is set to YES missed files will be generated as stubs. If it is set to No missed files will not be generated by the tool. Possible values - “Yes”, “No”. Default value - “No”. |
DATA_MODEL | This option defines data model type. Possible values - “DBML”, “EDM”. Default value - “DBML”. |
SORT_BY_EXTENSION | This option helps to sort the generated results by their extensions. Possible values - “Yes”, “No” or Empty. Default value - “No” or Empty. |
UI_TYPE | This option defines the user interface type, for example “ASPNET” or “WPF”. For the whole list of supported user interface types please contact our support team: support@ispirer.com . |
WEBTECHNOLOGY | This option defines the web technology that will be used by the tool, for example “WebForms”. For the whole list of supported web technologies, please contact our support team: support@ispirer.com . |
BL_ONLY | Source Type: Application. Source Technology: Informix 4GL → Target Type: Application. Application Type: Web. Software Platform: .NET Programming Language: C# UI Type: ASPNET. If the option is set to “No” or Empty, then the UI must be converted. If the option is set to “Yes”, then the UI should not be converted. Possible values - “Yes”, “No” or Empty. Default value - “No” or Empty. Usage example. |
CONSTRUCTOR_TO_EXECUTE | Option converts CONSTRUCTOR to Execute() construction. If the “Yes” value is selected, all constructors will be replaced by Execute. Additional Global and EntityModel parameters will also be passed. Possible values - “Yes”, “No” or Empty. Default value - “No” or Empty. |
MISSEDLOGIC | This option is used to generate stubs for objects (classes, functions, variables, etc.) of conversion that have not been “colored” (i.e. there is no declaration of them in the code and/or in statistics and they are not known during conversion). When the option is set to YES, stubs will be created. Possible values are: Yes, No, Empty. The default value is Empty. Usage example. |
Example:
[CS] PREFIX_NAMESPACE=Ispirer_namespace DATA_MODEL=DBML UI_TYPE=ASPNET