IHostManagementViewsShowTable Method
Displays the indicated table.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
void ShowTable(
string table,
string title = null,
string condition = null
)
Sub ShowTable (
table As String,
Optional title As String = Nothing,
Optional condition As String = Nothing
)
Parameters
- table String
- Table name.
- title String (Optional)
- View title.
- condition String (Optional)
- Data selection criteria.