OrleansRelationalDownloadStream(DbDataReader, Int32) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Constructeur par défaut.
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)
Paramètres
- reader
- DbDataReader
Lecteur à utiliser pour lire à partir de la base de données.
- ordinal
- Int32
Ordinal de colonne à lire.