KeywordsGetDataTable(String, String, String) Method

Definition

Namespace: Centralpoint.Web.UI.Controls
Assembly: Centralpoint.Web.UI (in Centralpoint.Web.UI.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public DataTable GetDataTable(
	string tableName,
	string textField,
	string valueField
)

Parameters

tableName  String
 
textField  String
 
valueField  String
 

Return Value

DataTable

See Also