* SqlDataReader.cs: Added GetSchemaRowDbType overload for
authorGert Driesen <drieseng@users.sourceforge.net>
Sun, 4 Jan 2009 21:38:09 +0000 (21:38 -0000)
committerGert Driesen <drieseng@users.sourceforge.net>
Sun, 4 Jan 2009 21:38:09 +0000 (21:38 -0000)
commite3c0d4579c1496ad0f0fc5ee02862f35ec1d25d7
tree68f17f669fdea75dd0ed91efcef3396cf2851839
parente9afd5d74dca378a6e421cd628d9908f655476b9
* SqlDataReader.cs: Added GetSchemaRowDbType overload for
getting sql type of a given column (identified using its
ordinal). Modified GetBytes to throw SqlNullValueException
(2.0 profile) or return 0 (1.0 profile) when reading bytes
sequentially. Added support for non-sequentially reading
text and ntext columns using GetBytes. Modified GetChar
to throw a NotSupportedException to match MS.

svn path=/trunk/mcs/; revision=122396
mcs/class/System.Data/System.Data.SqlClient/ChangeLog
mcs/class/System.Data/System.Data.SqlClient/SqlDataReader.cs