Returns an Generic.Dictionary object. Each key/value pair contains a key and
 the object associated with the key.
 
        
        Namespace: DatabaseObjects.GenericAssembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0
Syntax
| C# | 
|---|
protected IDictionary<Object, T> ObjectsDictionary()  | 
| Visual Basic | 
|---|
Protected Function ObjectsDictionary As IDictionary(Of Object, T)  | 
| Visual C++ | 
|---|
protected: IDictionary<Object^, T>^ ObjectsDictionary()  | 
Return Value
[Missing <returns> documentation for "M:DatabaseObjects.Generic.DatabaseObjects`1.ObjectsDictionary"]