M Marc Gravell Aug 10, 2007 #2 It has no *public* constructor; it almost certainly has an internal one, that SqlCommand can use. Have checked via reflector, and sure enough: internal SqlDataReader(SqlCommand command, CommandBehavior behavior) {...} Marc
It has no *public* constructor; it almost certainly has an internal one, that SqlCommand can use. Have checked via reflector, and sure enough: internal SqlDataReader(SqlCommand command, CommandBehavior behavior) {...} Marc
M Marius Horak Aug 10, 2007 #3 Marc said: It has no public constructor; it almost certainly has an internal one, that SqlCommand can use. Click to expand... Thank you. Thank you. Thank you. MH
Marc said: It has no public constructor; it almost certainly has an internal one, that SqlCommand can use. Click to expand... Thank you. Thank you. Thank you. MH