OracleBFile.Clone Method
Creates a copy of this OracleBFile object associated with the same physical file as the original.
[Visual Basic] Public Overridable Function Clone() As Object Implements _ ICloneable.Clone [C#] public virtual object Clone(); [C++] public: virtual Object* Clone(); [JScript] public function Clone() : Object;
Return Value
A new OracleBFile object associated with the same physical file as the original OracleBFile object.
Implements
Remarks
The properties of the new OracleBFile object initially have the same values as those of the original object. However, after the Clone is complete, each OracleBFile object is independent from the other. For example, changing the value of the Position property on the original OracleBFile does not change the value of Position on the copy.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
.NET Framework Security:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
OracleBFile Class | OracleBFile Members | System.Data.OracleClient Namespace