Row.bindObject

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

Meta