Performs a shallow memberwise copy of fields in this and all base classes, but does not copy any of the DatabaseObjects fields ensuring that the objects are not considered equal.

Namespace: DatabaseObjects
Assembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0

Syntax

C#
protected virtual void MemberwiseCopy(
	DatabaseObject objCopyTo
)
Visual Basic
Protected Overridable Sub MemberwiseCopy ( _
	objCopyTo As DatabaseObject _
)
Visual C++
protected:
virtual void MemberwiseCopy(
	DatabaseObject^ objCopyTo
)

Parameters

objCopyTo
Type: DatabaseObjects..::..DatabaseObject

[Missing <param name="objCopyTo"/> documentation for "M:DatabaseObjects.DatabaseObject.MemberwiseCopy(DatabaseObjects.DatabaseObject)"]

Remarks

This type and the objCopyTo must be of the same type.

See Also