Data Port Sync 1.0.500

OleDbErrorCollection. Method 

[This is preliminary documentation and subject to change.]

Adds an OleDbError object to the collection.

[Visual Basic]
Public Sub ( _
   ByVal OleDbError As OleDbError _
)
[C#]
public void (
   OleDbError error
);

Parameters

OleDbError
OleDbError object.

See Also

OleDbErrorCollection Class | Primeworks.DataPortSync Namespace