[This is preliminary documentation and is subject to change.]

The copy constructor

Namespace:  OfficeClip.DBLayer
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public OfficeClipDB(
	OfficeClipDB odb
)
Visual Basic (Declaration)
Public Sub New ( _
	odb As OfficeClipDB _
)
Visual C++
public:
OfficeClipDB(
	OfficeClipDB^ odb
)

Parameters

odb
Type: OfficeClip.DBLayer..::.OfficeClipDB
The OfficeClipDB object that needs to be copied

See Also