Row.this

Creates a #GdaRow which can hold count #GValue values.

  1. this(void* ptr, Flag!"Take" take)
  2. this(int count)
    class Row
    this
    (
    int count
    )

Parameters

count int

number of #GValue in the new #GdaRow.

Return Value

a newly allocated #GdaRow object.