TieredSelectorGetDataTable Method

Definition

Namespace: Centralpoint.Web.UI.WebServices
Assembly: Centralpoint.Web.UI (in Centralpoint.Web.UI.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static DataTable GetDataTable(
	string tableName,
	string textField,
	string valueField,
	string parentField,
	string parentValue,
	string filter,
	bool hasAncestorsTable,
	bool prefixFields,
	bool useDev,
	bool allDescendants
)

Parameters

tableName  String
 
textField  String
 
valueField  String
 
parentField  String
 
parentValue  String
 
filter  String
 
hasAncestorsTable  Boolean
 
prefixFields  Boolean
 
useDev  Boolean
 
allDescendants  Boolean
 

Return Value

DataTable

See Also