Tds.Ecto.VarChar.dump

You're seeing just the function dump, go back to Tds.Ecto.VarChar module for more information.

Specs

dump(t() | any()) :: {:ok, varchar()} | :error

Converts a string representing a VarChar into a tuple {value, :varchar}.

Returns :error if value is not binary.