FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deTableExtensions..::..getAllColumnDisplayNames Method

Gets all column display names.

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

Syntax


public Dictionary<string, string> getAllColumnDisplayNames(
	tableExItemTypes type
)
Public Function getAllColumnDisplayNames ( _
	type As tableExItemTypes _
) As Dictionary(Of String, String)
public:
Dictionary<String^, String^>^ getAllColumnDisplayNames(
	tableExItemTypes^ type
)

Parameters

type
Type: FlowWright.cDevDeAPI..::..tableExItemTypes
The type.

Return Value

Dictionary<System.String, System.String>.