FlowWright.cDevDeAPI Namespace
FlowWright.cDevDeAPI.Globalization Namespace
FlowWright.cDevDecisionEngine Namespace

deGlobalization..::..getValuesDataTable Method

Gets the values.

Namespace:  FlowWright.cDevDeAPI.Globalization
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public DataTable getValuesDataTable(
	string resourceGroup,
	string cultureName
)
Public Function getValuesDataTable ( _
	resourceGroup As String, _
	cultureName As String _
) As DataTable
public:
DataTable^ getValuesDataTable(
	String^ resourceGroup, 
	String^ cultureName
)

Parameters

resourceGroup
Type: String
The resource group.
cultureName
Type: String
Name of the culture.

Return Value

System.Data.DataTable.