OracleParameterCollection.SyncRoot Property
.NET Framework 1.1
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
Gets the object used to synchronize access to the OracleParameterCollection.
[Visual Basic] Public Overridable ReadOnly Property SyncRoot As Object Implements _ ICollection.SyncRoot [C#] public virtual object SyncRoot {get;} [C++] public: __property virtual Object* get_SyncRoot(); [JScript] public function get SyncRoot() : Object;
Property Value
A System.Object that can be used to synchronize access to the collection.
Implements
Remarks
The object returned in this implementation is the OracleParameterCollection itself.
For more information about the SyncRoot property, see ICollection.SyncRoot.
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
OracleParameterCollection Class | OracleParameterCollection Members | System.Data.OracleClient Namespace