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