RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

DbDataProcessor..::..ExecuteSqls Method

Executes the SQLS.

Namespace:  RingSoft.DbLookup.DataProcessor
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public DataProcessResult ExecuteSqls(
	List<string> sqlsList,
	bool clearConnectionPools,
	bool setWaitCursor,
	bool showError
)
Public Function ExecuteSqls ( _
	sqlsList As List(Of String), _
	clearConnectionPools As Boolean, _
	setWaitCursor As Boolean, _
	showError As Boolean _
) As DataProcessResult
public:
DataProcessResult^ ExecuteSqls(
	List<String^>^ sqlsList, 
	bool^ clearConnectionPools, 
	bool^ setWaitCursor, 
	bool^ showError
)

Parameters

sqlsList
Type: List<(Of <(<'String>)>)>
The SQLS list.
clearConnectionPools
Type: Boolean
if set to true [clear connection pools].
setWaitCursor
Type: Boolean
if set to true set mouse cursor to wait.
showError
Type: Boolean
if set to true [show error].

Return Value

DataProcessResult.