DataReader.Read Method
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.
Overloads
Read() | |
Read(Char[], Int32, Int32) |
Read()
public:
virtual int Read();
public virtual int Read ();
abstract member Read : unit -> int
override this.Read : unit -> int
Public Overridable Function Read () As Integer
Returns
Implements
Microsoft.BizTalk.ParsingEngine.IDataReader.Read
Applies to
Read(Char[], Int32, Int32)
public:
virtual int Read(cli::array <char> ^ buffer, int index, int len);
public virtual int Read (char[] buffer, int index, int len);
abstract member Read : char[] * int * int -> int
override this.Read : char[] * int * int -> int
Public Overridable Function Read (buffer As Char(), index As Integer, len As Integer) As Integer
Parameters
- buffer
- Char[]
- index
- Int32
- len
- Int32
Returns
Implements
Microsoft.BizTalk.ParsingEngine.IDataReader.Read(System.Char[],System.Int32,System.Int32)