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: DatabaseObjectsAssembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0
Syntax
| C# | 
|---|
protected virtual void MemberwiseCopy( DatabaseObject objCopyTo, bool bCopyReferenceTypes )  | 
| Visual Basic | 
|---|
Protected Overridable Sub MemberwiseCopy ( _ objCopyTo As DatabaseObject, _ bCopyReferenceTypes As Boolean _ )  | 
| Visual C++ | 
|---|
protected: virtual void MemberwiseCopy( DatabaseObject^ objCopyTo, bool bCopyReferenceTypes )  | 
Parameters
- objCopyTo
 - Type: DatabaseObjects..::..DatabaseObject
[Missing <param name="objCopyTo"/> documentation for "M:DatabaseObjects.DatabaseObject.MemberwiseCopy(DatabaseObjects.DatabaseObject,System.Boolean)"]
 
- bCopyReferenceTypes
 - Type: System..::..Boolean
Indicates whether reference/object types are also copied. 
Remarks
 This type and the objCopyTo must be of the same type.