FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deTableColumns..::..hasItemNameExists Method

Determines whether [has item name exists] [the specified name].

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

Syntax


public bool hasItemNameExists(
	string Name,
	string sItemId
)
Public Function hasItemNameExists ( _
	Name As String, _
	sItemId As String _
) As Boolean
public:
bool^ hasItemNameExists(
	String^ Name, 
	String^ sItemId
)

Parameters

Name
Type: String
The name.
sItemId
Type: String
The s item identifier.

Return Value

true if [has item name exists] [the specified name]; otherwise, false.