FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsDataAccess..::..generateTableScripts Method

Generates table scripts

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

Syntax


public bool generateTableScripts(
	out string scriptSQL,
	bool bAppendFile,
	params string[] tableNames
)
Public Function generateTableScripts ( _
	<OutAttribute> ByRef scriptSQL As String, _
	bAppendFile As Boolean, _
	ParamArray tableNames As String() _
) As Boolean
public:
bool^ generateTableScripts(
	[OutAttribute] String^% scriptSQL, 
	bool^ bAppendFile, 
	... array<String^>^ tableNames
)

Parameters

scriptSQL
Type: String%
Returns SQL for the tables
bAppendFile
Type: Boolean
tableNames
Type: array<String>[]()[][]
The table names.

Return Value

true if XXXX, false otherwise.