withConverter<T> method

DbTableWithConverter<KeyType, T> withConverter<T>(
  1. Converter<T> converter
)

Implementation

DbTableWithConverter<KeyType, T> withConverter<T>(Converter<T> converter) => DbTableWithConverter(this, converter);