.NET: Настройка максимального размера для параметра SQL

cmd.Parameters.Add("@blah",SqlDbType.VarChar,-1).Value = "some large text";
Zany Zebra