System.Data.SqlClient Namespace SqlDataReader Class
Not currently supported.
[Visual Basic]
NotOverridable Public Function GetStream( _
ByVal index As Integer _
) As Stream
[ C# ]
public Stream GetStream(
int index
);
[ C++ ]
public: __sealed Stream* GetStream(
int index
);
[ JScript ]
public function GetStream(
index : int
) : Stream
- index
- [To be supplied.]
SqlDataReader Members