Exemplo n.º 1
0
 public StringRowReaderV2(NpgsqlRowDescription rowDesc, Stream inputStream)
     : base(rowDesc, inputStream)
 {
     _nullMap = new NullMap(rowDesc, inputStream);
 }
Exemplo n.º 2
0
 public StringRowReaderV2(NpgsqlRowDescription rowDesc, Stream inputStream)
     : base(rowDesc, inputStream)
 {
     _nullMap = new NullMap(rowDesc, inputStream);
 }
Exemplo n.º 3
0
 public override void SetRowDescription(NpgsqlRowDescription rowDesc)
 {
     _rowDesc = rowDesc;
     _nullMap = new NullMap(rowDesc, Stream);
 }
Exemplo n.º 4
0
 public override void SetRowDescription(NpgsqlRowDescription rowDesc)
 {
     _rowDesc = rowDesc;
     _nullMap = new NullMap(rowDesc, Stream);
 }