Method FillArray
FillArray(List<QActionTableRow>, DateTime?)
Sets the content of the table to the provided content.
public object FillArray(List<QActionTableRow> rows, DateTime? timeInfo = null)
Parameters
rows
List<QActionTableRow>The rows of the table.
timeInfo
DateTime?Timestamp.
Returns
Remarks
- In case the table contained rows with other primary keys than the ones provided in the method call, these rows will be removed. In case this is undesired, use the FillArrayNoDelete method instead.
- In case the data contains null references, the corresponding cells will be cleared.
FillArray(List<QActionTableRow>, DateTime?, bool)
Sets the content of the table to the provided content.
public object FillArray(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 table contained rows with other primary keys than the ones provided in the method call, these rows will be removed. In case this is undesired, use the FillArrayNoDelete method instead.
- In case the data contains null references, the corresponding cells will be cleared.
FillArray(List<QActionTableRow>, bool)
Sets the content of the table to the provided content.
public object FillArray(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 table contained rows with other primary keys than the ones provided in the method call, these rows will be removed. In case this is undesired, use the FillArrayNoDelete method instead.
- In case the data contains null references, the corresponding cells will be cleared.
FillArray(List<object[]>, DateTime?)
Sets the content of the table to the provided content.
public object FillArray(List<object[]> columns, DateTime? timeInfo = null)
Parameters
Returns
Remarks
- This overload is supported from DataMiner 10.2.7 onwards (RN 28573).
- In case the table contained rows with other primary keys than the ones provided in the method call, these rows will be removed. In case this is undesired, use the FillArrayNoDelete method instead.
- In case the data contains null references, the corresponding cells will be cleared.
FillArray(List<object[]>, DateTime?, bool)
Sets the content of the table to the provided content.
public object FillArray(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 table contained rows with other primary keys than the ones provided in the method call, these rows will be removed. In case this is undesired, use the FillArrayNoDelete method instead.
- In case the data contains null references, the corresponding cells will be cleared.
FillArray(List<object[]>, bool)
Sets the content of the table to the provided content.
public object FillArray(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 table contained rows with other primary keys than the ones provided in the method call, these rows will be removed. In case this is undesired, use the FillArrayNoDelete method instead.
- In case the data contains null references, the corresponding cells will be cleared.
FillArray(object[], DateTime?)
Sets the content of the table to the provided content.
public object FillArray(object[] columns, DateTime? timeInfo = null)
Parameters
Returns
Remarks
- In case the table contained rows with other primary keys than the ones provided in the method call, these rows will be removed. In case this is undesired, use the FillArrayNoDelete method instead.
- In case the data contains null references, the corresponding cells will be cleared.
FillArray(object[], DateTime?, bool)
Sets the content of the table to the provided content.
public object FillArray(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 table contained rows with other primary keys than the ones provided in the method call, these rows will be removed. In case this is undesired, use the FillArrayNoDelete method instead.
- In case the data contains null references, the corresponding cells will be cleared.
FillArray(object[], bool)
Sets the content of the table to the provided content.
public object FillArray(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 table contained rows with other primary keys than the ones provided in the method call, these rows will be removed. In case this is undesired, use the FillArrayNoDelete method instead.
- In case the data contains null references, the corresponding cells will be cleared.
FillArray(QActionTableRow[], DateTime?)
Sets the content of the table to the provided content.
public object FillArray(QActionTableRow[] rows, DateTime? timeInfo = null)
Parameters
rows
QActionTableRow[]The rows of the table.
timeInfo
DateTime?Timestamp.
Returns
Remarks
- In case the table contained rows with other primary keys than the ones provided in the method call, these rows will be removed. In case this is undesired, use the FillArrayNoDelete method instead.
- In case the data contains null references, the corresponding cells will be cleared.
FillArray(QActionTableRow[], DateTime?, bool)
Sets the content of the table to the provided content.
public object FillArray(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 table contained rows with other primary keys than the ones provided in the method call, these rows will be removed. In case this is undesired, use the FillArrayNoDelete method instead.
- In case the data contains null references, the corresponding cells will be cleared.
FillArray(QActionTableRow[], bool)
Sets the content of the table to the provided content.
public object FillArray(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 table contained rows with other primary keys than the ones provided in the method call, these rows will be removed. In case this is undesired, use the FillArrayNoDelete method instead.
- In case the data contains null references, the corresponding cells will be cleared.