FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deTableExtensions..::..removeColumn Method

Removes the column.

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

Syntax


public bool removeColumn(
	string colExtensionID
)
Public Function removeColumn ( _
	colExtensionID As String _
) As Boolean
public:
bool^ removeColumn(
	String^ colExtensionID
)

Parameters

colExtensionID
Type: String
The col extension identifier.

Return Value

true if XXXX, false otherwise.