Row by key table
Namespace: Composite.Data.CachingAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public Dictionary<Object, IEnumerable<IData>> RowsByKey |
Visual Basic |
---|
Public RowsByKey As Dictionary(Of Object, IEnumerable(Of IData)) |
Visual C++ |
---|
public: Dictionary<Object^, IEnumerable<IData^>^>^ RowsByKey |