DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / C1DbParameterCollection Class / SyncRoot Property

In This Topic
    SyncRoot Property
    In This Topic
    Specifies the Object to be used to synchronize access to the collection.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property SyncRoot As Object
    public override object SyncRoot {get;}
    See Also