FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deTableExtensions..::..updateColumn Method

Updates the column.

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

Syntax


public bool updateColumn(
	string colExtensionID,
	tableExItemTypes oItemType,
	string columnName,
	tableExtDataTypes oDataType,
	int size,
	string colDescription,
	tableExtUIControl oRenderType,
	string defaultValue,
	string selectionValues,
	bool isUserCanModify
)
Public Function updateColumn ( _
	colExtensionID As String, _
	oItemType As tableExItemTypes, _
	columnName As String, _
	oDataType As tableExtDataTypes, _
	size As Integer, _
	colDescription As String, _
	oRenderType As tableExtUIControl, _
	defaultValue As String, _
	selectionValues As String, _
	isUserCanModify As Boolean _
) As Boolean
public:
bool^ updateColumn(
	String^ colExtensionID, 
	tableExItemTypes^ oItemType, 
	String^ columnName, 
	tableExtDataTypes^ oDataType, 
	int^ size, 
	String^ colDescription, 
	tableExtUIControl^ oRenderType, 
	String^ defaultValue, 
	String^ selectionValues, 
	bool^ isUserCanModify
)

Parameters

colExtensionID
Type: String
The col extension identifier.
oItemType
Type: FlowWright.cDevDeAPI..::..tableExItemTypes
Type of the o item.
columnName
Type: String
Name of the column.
oDataType
Type: FlowWright.cDevDeAPI..::..tableExtDataTypes
Type of the o data.
size
Type: Int32
The size.
colDescription
Type: String
The col description.
oRenderType
Type: FlowWright.cDevDeAPI..::..tableExtUIControl
Type of the o render.
defaultValue
Type: String
The default value.
selectionValues
Type: String
The selection values.
isUserCanModify
Type: Boolean

Return Value

true if XXXX, false otherwise.