TieredSelectorGetDataTable Method
Namespace: Centralpoint.Web.UI.WebServicesAssembly: Centralpoint.Web.UI (in Centralpoint.Web.UI.dll) Version: 1.0.0.0 (1.0.0.0)
public static DataTable GetDataTable(
string tableName,
string textField,
string valueField,
string parentField,
string parentValue,
string filter,
bool hasAncestorsTable,
bool prefixFields,
bool useDev,
bool allDescendants
)
Public Shared Function GetDataTable (
tableName As String,
textField As String,
valueField As String,
parentField As String,
parentValue As String,
filter As String,
hasAncestorsTable As Boolean,
prefixFields As Boolean,
useDev As Boolean,
allDescendants As Boolean
) As DataTable
- tableName String
-
- textField String
-
- valueField String
-
- parentField String
-
- parentValue String
-
- filter String
-
- hasAncestorsTable Boolean
-
- prefixFields Boolean
-
- useDev Boolean
-
- allDescendants Boolean
-
DataTable