Row.bindObject

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void bindObject(T obj)
    interface Row
    final
    void
    bindObject
    (
    string tableName = T.stringof
    alias getColumnNameFun = "b"
    T
    )
    (
    ref T obj
    )
    if (
    is(T == struct)
    )
  2. void bindObject(T obj)

Meta