Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
public Row Add(
IDataAccessor dataAccessor,
int childIndex
) |
| Visual Basic |
|---|
Public Function Add (
dataAccessor As IDataAccessor,
childIndex As Integer
) As Row |
| Visual C++ |
|---|
public:
Row^ Add(
IDataAccessor^ dataAccessor,
int childIndex
) |
| F# |
|---|
member Add :
dataAccessor : IDataAccessor *
childIndex : int -> Row
|
Parameters
- dataAccessor
- Type: Dapfor.Net.Data..::..IDataAccessor
Data accessor.
- childIndex
- Type: System..::..Int32
Index in Children collection.
Return Value
Type:
Row
A 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