Method FillArrayNoDelete
FillArrayNoDelete(object[], DateTime?)
Adds the provided content to the table.
public object FillArrayNoDelete(object[] columns, DateTime? timeInfo = null)
Parameters
Returns
Remarks
- In case the data contains null references, the corresponding cells will be cleared.
FillArrayNoDelete(object[], DateTime?, bool)
Adds the provided content to the table.
public object FillArrayNoDelete(object[] columns, DateTime? timeInfo, bool useClearAndLeave)
Parameters
columns
object[]The columns of the table.
timeInfo
DateTime?Timestamp.
useClearAndLeave
boolIndicates to consider the values corresponding with protocol.Clear and protocol.Leave as cell actions instead of an actual cell value.
Returns
Remarks
- This overload is supported from DataMiner 10.4.2 onwards (RN 38153).
- In case the data contains null references, the corresponding cells will be cleared.
FillArrayNoDelete(object[], bool)
Adds the provided content to the table.
public object FillArrayNoDelete(object[] columns, bool useClearAndLeave)
Parameters
columns
object[]The columns of the table.
useClearAndLeave
boolIndicates to consider the values corresponding with protocol.Clear and protocol.Leave as cell actions instead of an actual cell value.
Returns
Remarks
- This overload is supported from DataMiner 10.4.2 onwards (RN 38153).
- In case the data contains null references, the corresponding cells will be cleared.
FillArrayNoDelete(List<object[]>, DateTime?)
Adds the provided content to the table.
public object FillArrayNoDelete(List<object[]> columns, DateTime? timeInfo = null)
Parameters
Returns
Remarks
- This overload is supported from DataMiner 10.2.7 onwards (RN 28573).
- In case the data contains null references, the corresponding cells will be cleared.
FillArrayNoDelete(List<object[]>, DateTime?, bool)
Adds the provided content to the table.
public object FillArrayNoDelete(List<object[]> columns, DateTime? timeInfo, bool useClearAndLeave)
Parameters
columns
List<object[]>The columns of the table.
timeInfo
DateTime?Timestamp.
useClearAndLeave
boolIndicates to consider the values corresponding with protocol.Clear and protocol.Leave as cell actions instead of an actual cell value.
Returns
Remarks
- This overload is supported from DataMiner 10.4.2 onwards (RN 38153).
- In case the data contains null references, the corresponding cells will be cleared.
FillArrayNoDelete(List<object[]>, bool)
Adds the provided content to the table.
public object FillArrayNoDelete(List<object[]> columns, bool useClearAndLeave)
Parameters
columns
List<object[]>The columns of the table.
useClearAndLeave
boolIndicates to consider the values corresponding with protocol.Clear and protocol.Leave as cell actions instead of an actual cell value.
Returns
Remarks
- This overload is supported from DataMiner 10.4.2 onwards (RN 38153).
- In case the data contains null references, the corresponding cells will be cleared.
FillArrayNoDelete(QActionTableRow[], DateTime?)
Adds the provided content to the table.
public object FillArrayNoDelete(QActionTableRow[] rows, DateTime? timeInfo = null)
Parameters
rows
QActionTableRow[]The rows of the table.
timeInfo
DateTime?Timestamp.
Returns
Remarks
- In case the data contains null references, the corresponding cells will be cleared.
FillArrayNoDelete(QActionTableRow[], DateTime?, bool)
Adds the provided content to the table.
public object FillArrayNoDelete(QActionTableRow[] rows, DateTime? timeInfo, bool useClearAndLeave)
Parameters
rows
QActionTableRow[]The rows of the table.
timeInfo
DateTime?Timestamp.
useClearAndLeave
boolIndicates to consider the values corresponding with protocol.Clear and protocol.Leave as cell actions instead of an actual cell value.
Returns
Remarks
- This overload is supported from DataMiner 10.4.2 onwards (RN 38153).
- In case the data contains null references, the corresponding cells will be cleared.
FillArrayNoDelete(QActionTableRow[], bool)
Adds the provided content to the table.
public object FillArrayNoDelete(QActionTableRow[] rows, bool useClearAndLeave)
Parameters
rows
QActionTableRow[]The rows of the table.
useClearAndLeave
boolIndicates to consider the values corresponding with protocol.Clear and protocol.Leave as cell actions instead of an actual cell value.
Returns
Remarks
- This overload is supported from DataMiner 10.4.2 onwards (RN 38153).
- In case the data contains null references, the corresponding cells will be cleared.
FillArrayNoDelete(List<QActionTableRow>, DateTime?)
Adds the provided content to the table.
public object FillArrayNoDelete(List<QActionTableRow> rows, DateTime? timeInfo = null)
Parameters
rows
List<QActionTableRow>The rows of the table.
timeInfo
DateTime?Timestamp.
Returns
Remarks
- In case the data contains null references, the corresponding cells will be cleared.
FillArrayNoDelete(List<QActionTableRow>, DateTime?, bool)
Adds the provided content to the table.
public object FillArrayNoDelete(List<QActionTableRow> rows, DateTime? timeInfo, bool useClearAndLeave)
Parameters
rows
List<QActionTableRow>The rows of the table.
timeInfo
DateTime?Timestamp.
useClearAndLeave
boolIndicates to consider the values corresponding with protocol.Clear and protocol.Leave as cell actions instead of an actual cell value.
Returns
Remarks
- This overload is supported from DataMiner 10.4.2 onwards (RN 38153).
- In case the data contains null references, the corresponding cells will be cleared.
FillArrayNoDelete(List<QActionTableRow>, bool)
Adds the provided content to the table.
public object FillArrayNoDelete(List<QActionTableRow> rows, bool useClearAndLeave)
Parameters
rows
List<QActionTableRow>The rows of the table.
useClearAndLeave
boolIndicates to consider the values corresponding with protocol.Clear and protocol.Leave as cell actions instead of an actual cell value.
Returns
Remarks
- This overload is supported from DataMiner 10.4.2 onwards (RN 38153).
- In case the data contains null references, the corresponding cells will be cleared.