OrleansRelationalDownloadStream(DbDataReader, Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The default constructor.
public OrleansRelationalDownloadStream (System.Data.Common.DbDataReader reader, int ordinal);
new Orleans.SqlUtils.OrleansRelationalDownloadStream : System.Data.Common.DbDataReader * int -> Orleans.SqlUtils.OrleansRelationalDownloadStream
Public Sub New (reader As DbDataReader, ordinal As Integer)
Parameters
- reader
- DbDataReader
The reader to use to read from the database.
- ordinal
- Int32
The column ordinal to read from.