The command line for CIAC is:
ReEldor -CIAC [-SQLServer(SS) <SQLServer Instance name>] -Model(M) <model name> [-Segment(S) <segment name>] [-Element(E) <element name>] [-NoUpdates] [-NoValidate] [-LogFile(L) <file name>]
Where:
Syntax |
Description |
---|---|
CIAC | Identifies the INSERT statement and replaces the insertable attribute that has the same name as the insertable class. |
SQLServer Instance name | Named instance of the SQL Server to connect to. If not specified, the default local instance is used. |
Model(M) | Name of the AB Suite Model to refactor. This is a necessary parameter and can be used in the short form as –M instead of –Model. |
Segment(S) | Name of the Segment to refactor. This is optional parameter and defaults to the Model name, if not specified. |
Element(E) | Name of the Element/Folder to refactor. This is optional and defaults to ALL elements in the Segment. |
NoUpdates | Only shows all the changes that could have been made. This does not update the Model. Default behavior is to update the Model. |
NoValidate | Does not validate any logic after the changes have been applied. By default, the behavior is to validate. |
LogFile(L) | Name of log file. By default, it is ReEldor.log. |