DBRow.opIndexAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. ElemType opIndexAssign(ElemType value, string column, size_t index)
  2. ElemType opIndexAssign(ElemType value, string column)
  3. ElemType opIndexAssign(ElemType value, size_t index)
    struct DBRow(Specs...)
    static if(isDynamicArray!T && !isSomeString!T)
    ElemType
    opIndexAssign
    (
    ElemType value
    ,
    size_t index
    )

Meta