Boolean Table.TryInsertRow(Int32 param1, IEnumerable param2)

Try to insert the values at the specified row index.

Remarks

For the insertion to succeed, the following requirements MUST be met: is within the range [0, ] is `false`The objects in the enumerable column-wise match or convert to the corresponding column data type In the case of ragged columns, a short column will be grown to accomodate the insertion of a non-null value.

Parameters

  • param1
    Type: Int32
  • param2
    Type: IEnumerable

Return Value

Type: Boolean