as

Returns cell value as a native string based type from text or binary formatted field.

  1. T as(in Value v)
    @safe
    T
    as
    pure @trusted
    (
    T
    )
    (
    in Value v
    )
    if (
    is(T : string)
    )
  2. T as(in Value v)

Throws

AssertError if the db value is NULL and Nullable is not used to retrieve the value

Meta