Click or drag to resize

CqlParameterCollectionSyncRoot Property

Specifies the Object to be used to synchronize access to the collection.

Namespace:  Cassandra.Data
Assembly:  Cassandra (in Cassandra.dll) Version: 3.11.0
Syntax
C#
public override Object SyncRoot { get; }

Return Value

Type: Object
A Object to be used to synchronize access to the DbParameterCollection.

Implements

ICollectionSyncRoot
See Also