FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsModGlobal..::..columnExists Method

Columns the exists.

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

Syntax


public static bool columnExists(
	string sConnectionString,
	string tableName,
	string columnName
)
Public Shared Function columnExists ( _
	sConnectionString As String, _
	tableName As String, _
	columnName As String _
) As Boolean
public:
static bool^ columnExists(
	String^ sConnectionString, 
	String^ tableName, 
	String^ columnName
)

Parameters

sConnectionString
Type: String
The s connection string.
tableName
Type: String
Name of the table.
columnName
Type: String
Name of the column.

Return Value

true if XXXX, false otherwise.