FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deTableColumns..::..getColumnsFromRole Method

Gets the columns from role.

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

Syntax


public Dictionary<string, string> getColumnsFromRole(
	deRole oAppRole,
	tableItemTypes oType
)
Public Function getColumnsFromRole ( _
	oAppRole As deRole, _
	oType As tableItemTypes _
) As Dictionary(Of String, String)
public:
Dictionary<String^, String^>^ getColumnsFromRole(
	deRole^ oAppRole, 
	tableItemTypes^ oType
)

Parameters

oAppRole
Type: FlowWright.cDevDeAPI..::..deRole
The o application role.
oType
Type: FlowWright.cDevDeAPI..::..tableItemTypes
Type of the o.

Return Value

Dictionary<System.String, System.String>.