DataReader.Unget 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
Unget(Char) | |
Unget(Char[], Int32, Int32) | |
Unget(String, Int32, Int32) |
Unget(Char)
public:
virtual void Unget(char ch);
public virtual void Unget (char ch);
abstract member Unget : char -> unit
override this.Unget : char -> unit
Public Overridable Sub Unget (ch As Char)
Parameters
- ch
- Char
Implements
Microsoft.BizTalk.ParsingEngine.IDataReader.Unget(System.Char)
Applies to
Unget(Char[], Int32, Int32)
public:
virtual void Unget(cli::array <char> ^ buffer, int index, int count);
public virtual void Unget (char[] buffer, int index, int count);
abstract member Unget : char[] * int * int -> unit
override this.Unget : char[] * int * int -> unit
Public Overridable Sub Unget (buffer As Char(), index As Integer, count As Integer)
Parameters
- buffer
- Char[]
- index
- Int32
- count
- Int32
Implements
Microsoft.BizTalk.ParsingEngine.IDataReader.Unget(System.Char[],System.Int32,System.Int32)
Applies to
Unget(String, Int32, Int32)
public:
virtual void Unget(System::String ^ str, int index, int count);
public virtual void Unget (string str, int index, int count);
abstract member Unget : string * int * int -> unit
override this.Unget : string * int * int -> unit
Public Overridable Sub Unget (str As String, index As Integer, count As Integer)
Parameters
- str
- String
- index
- Int32
- count
- Int32
Implements
Microsoft.BizTalk.ParsingEngine.IDataReader.Unget(System.String,System.Int32,System.Int32)