IHostManagementViewsShowTable Method

Displays the indicated table.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
void ShowTable(
	string table,
	string title = null,
	string condition = null
)

Parameters

table  String
Table name.
title  String  (Optional)
View title.
condition  String  (Optional)
Data selection criteria.

See Also