Bulk Update Collection of CUpdateItem's to database table

Namespace: Wiker.WIDatabase
Assembly: 

Syntax

C#
public bool Bulk(
	Collection<CUpdateItem> updateItems
)
Visual Basic
Public Function Bulk ( _
	updateItems As Collection(Of CUpdateItem) _
) As Boolean
Visual C++
public:
bool Bulk(
	Collection<CUpdateItem^>^ updateItems
)

Parameters

updateItems
Type: System.Collections.ObjectModel..::..Collection<(Of <(<'CUpdateItem>)>)>
Collection of CUpdateItem's to Bulk Update

Return Value

bool

Remarks

If Update fails with a Database locked error message, check that all previous instances of WIDatabase called the Close() function.

Upon completion WIDatabase.SQLStatement contains SQL command generated by the library

See Also