FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsDataAccess..::..generateTableData Method

Generates the table data.

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

Syntax


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

Parameters

scriptSQL
Type: String%
The script SQL.
oTablesToExclude
Type: array<String>[]()[][]
The o tables to exclude.

Return Value

true if XXXX, false otherwise.