Adds a data object that implements
IDictionary interface as a child to this
Row.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public Row Add(
IDictionary collection
) |
Visual Basic |
---|
Public Function Add (
collection As IDictionary
) As Row |
Visual C++ |
---|
public:
Row^ Add(
IDictionary^ collection
) |
F# |
---|
member Add :
collection : IDictionary -> Row
|
Parameters
- collection
- Type: System.Collections..::..IDictionary
Data object.
Return Value
Type:
RowA new
Row, having this row as the parent.
Remarks
Thread Safety
The function is thread safe. New
Row is added with blocking the calling thread.
See Also