FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deTableExtensions..::..getColumn Method

Gets the column.

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

Syntax


public DataTable getColumn(
	string colExtensionID
)
Public Function getColumn ( _
	colExtensionID As String _
) As DataTable
public:
DataTable^ getColumn(
	String^ colExtensionID
)

Parameters

colExtensionID
Type: String
The col extension identifier.

Return Value

DataTable.