SqlCeParameterCollection.SyncRoot Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

This member overrides DbParameterCollection.SyncRoot, and more complete documentation might be available in that topic.This member overrides DbParameterCollection.SyncRoot.

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property SyncRoot As Object
    Get
'Usage
Dim instance As SqlCeParameterCollection
Dim value As Object

value = instance.SyncRoot
public override Object SyncRoot { get; }
public:
virtual property Object^ SyncRoot {
    Object^ get () override;
}
abstract SyncRoot : Object
override SyncRoot : Object
override function get SyncRoot () : Object

Property Value

Type: System.Object

Implements

ICollection.SyncRoot

See Also

Reference

SqlCeParameterCollection Class

System.Data.SqlServerCe Namespace