IDataObjectLockCollection
Contains a collection of locks for data objects.
In this collection, combinations of data objects (DataObject and Source) and their associated locks are listed.
An entry here contains a combination with one or more locks for this combination of data objects.
Implements: System.Collections.IEnumerable
Indexers
| Indexer | Description | 
|---|---|
| this[Int32]:IDataObjectLock | Supplies a lock for a data object at the indicated position.  | 
Properties
| Property | Description | 
|---|---|
| Count:Int32 | Returns the number of data object locks in the collection.  | 
Methods
| Method | Description | 
|---|---|
| GetEnumerator():IEnumerator | Returns an enumerator which iterates through a listing. (Inherited by System.Collections.IEnumerable)  | 
