dotConnect for DB2 Documentation
Devart.Common Namespace / DbParameterBaseCollection Class / SyncRoot Property

In This Topic
    SyncRoot Property (DbParameterBaseCollection)
    In This Topic
    Gets an object that can be used to synchronize access to the DbParameterBaseCollection.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property SyncRoot As Object
    public override object SyncRoot {get;}

    Property Value

    An object that can be used to synchronize access to the DbParameterBaseCollection.
    See Also