Edytuj

Udostępnij za pośrednictwem


OrleansRelationalDownloadStream(DbDataReader, Int32) Constructor

Definition

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.

Applies to