<< Click to Display Table of Contents >> RayPack > 8.0 > User Guide > Command Line Tools > PowerShell Automation Tables and Properties |
Removes a row from RayPack project.
Name |
Type |
Mandatory |
Description |
Project |
RayPackFile |
Yes |
The source project. |
TableName |
String |
Yes |
The name of a table to update. The row ID to be removed.
|
RowId |
String |
Yes (only if Row is not used) |
The identifier of the row to be removed.
This switch is mutually exclusive with the -Row parameter. It is mandatory though to set either one or the other switch. |
Row |
RayPackRow |
Yes (only if RowId is not used) |
The row to be removed.
This switch is mutually exclusive with the -RowId parameter. It is mandatory though to set either one or the other switch. |
UpdateReferences |
Switch |
No |
If set, referencing rows will be updated to reflect the removal of the row. |
Force |
Switch |
No |
If set, the action will continue even if the row does not exist. If unset, the removal of non-existing rows throws an exception. |
This command let does not return any value.
Removes a table from RayPack project.
Name |
Type |
Mandatory |
Description |
Project |
RayPackFile |
Yes |
The source project. |
TableName |
String |
Yes |
The name of table to remove. |
This command let does not return any value.
Sets a property in the RayPack project.
Name |
Type |
Mandatory |
Description |
Project |
RayPackFile |
Yes |
The source project. |
Name |
String |
Yes |
The name of property to change. |
Value |
String |
Yes |
The new value of a property. |
This command let does not return any value.
Removes a property from RayPack project.
Name |
Type |
Mandatory |
Description |
Project |
RayPackFile |
Yes |
The source project. |
Name |
String |
Yes |
The name of property to remove. |
Force |
Switch |
No |
If set, the action will continue even if the property does not exist. If unset, the removal of non-existing properties throws an exception. |
This command let does not return any value.