IHostManagementViewsAddRow(String, String, ListDataField, Boolean, Boolean) Method
Add record from the indicated table.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
void AddRow(
string table,
string subprocess,
List<DataField> data = null,
bool autoClose = false,
bool isActive = true
)
Sub AddRow (
table As String,
subprocess As String,
Optional data As List(Of DataField) = Nothing,
Optional autoClose As Boolean = false,
Optional isActive As Boolean = true
)
Parameters
- table String
- Table name.
- subprocess String
- Table subprocess, needed to identify the record type in some tables like notes.
- data ListDataField (Optional)
- List<DataField> with the data list.
- autoClose Boolean (Optional)
- Indicates whether to close automatically after creating.
- isActive Boolean (Optional)
- Indicates whether the view is active at startup.