IHostManagementViewsShowRow(String, String, Boolean) Method
Displays the record of the indicated table.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
void ShowRow(
string table,
string condition,
bool isActive = true
)
Sub ShowRow (
table As String,
condition As String,
Optional isActive As Boolean = true
)
Parameters
- table String
- Table name.
- condition String
- Record selection condition.
- isActive Boolean (Optional)
- Indicates whether the view is active at startup.