FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsDataAccess..::..tableExists Method

Table exists

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

Syntax


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

Parameters

sConnectionString
Type: String
Conection string to the database
tableName
Type: String
Name of the table

Return Value

true if XXXX, false otherwise.