FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsDataAccess..::..hasTable Method

Determines whether the specified table name has table.

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

Syntax


public bool hasTable(
	string tableName
)
Public Function hasTable ( _
	tableName As String _
) As Boolean
public:
bool^ hasTable(
	String^ tableName
)

Parameters

tableName
Type: String
Name of the table.

Return Value

true if the specified table name has table; otherwise, false.