IHostManagementViewsDuplicateRow Method
Duplicates the record of the indicated table
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
void DuplicateRow(
string table,
long id,
bool autoClose = false,
bool isActive = true
)
Sub DuplicateRow (
table As String,
id As Long,
Optional autoClose As Boolean = false,
Optional isActive As Boolean = true
)
Parameters
- table String
- Table name.
- id Int64
- Record identifier.
- autoClose Boolean (Optional)
- Indicates whether to close automatically after creating.
- isActive Boolean (Optional)
- Indicates whether the view is active at startup.