Click or drag to resize
DbParamsICollectionSyncRoot Property
Gets an object that can be used to synchronize access to the ICollection.

Namespace: Innovator.Client.Connection
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
Object ICollection.SyncRoot { get; }

Return Value

Type: Object
An object that can be used to synchronize access to the ICollection.

Implements

ICollectionSyncRoot
See Also