StringReader
01 Syntax
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| GetByte | 1 | Gets the 8-bit unsigned Integer value Of the specified column. |
| GetBytes | 1 | Reads a stream Of bytes from the specified column offset into the buffer As an array, starting at the given buffer offset. |
| GetChar | 1 | Gets the character value Of the specified column. |
| GetChars | 1 | Reads a stream Of characters from the specified column offset into the buffer As an array, starting at the given buffer offset. |
| GetDateTime | 1 | Gets the Date And time data value Of the specified field. |
| GetDecimal | 1 | Gets the fixed-position numeric value Of the specified field. |
| GetDouble | 1 | Gets the Double-precision floating point number Of the specified field. |
| GetFloat | 1 | Gets the Single-precision floating point number Of the specified field. |
| GetGuid | 1 | Returns the GUID value Of the specified field. |
| GetInt16 | 1 | Gets the 16-bit signed Integer value Of the specified field. |
| GetInt32 | 1 | Gets the 32-bit signed Integer value Of the specified field. |
| GetInt64 | 1 | Gets the 64-bit signed Integer value Of the specified field. |
| GetString | 1 | Gets the String value Of the specified field. |
| IsNull | 1 | Return whether the specified field Is Set To null. |
| GetBoolean | 1 | |
| GetUInt64 | 1 | |
| WrapDictionary | 1 |
03 Members
String)Gets the 8-bit unsigned Integer value Of the specified column.
| Name | Type | Description |
|---|---|---|
parameter | String | - |
String)Reads a stream Of bytes from the specified column offset into the buffer As an array, starting at the given buffer offset.
String)Gets the character value Of the specified column.
String)Reads a stream Of characters from the specified column offset into the buffer As an array, starting at the given buffer offset.
String)Gets the Date And time data value Of the specified field.
String)Gets the fixed-position numeric value Of the specified field.
String)Gets the Double-precision floating point number Of the specified field.
String)Gets the Single-precision floating point number Of the specified field.
String)Returns the GUID value Of the specified field.
String)Gets the 16-bit signed Integer value Of the specified field.
String)Gets the 32-bit signed Integer value Of the specified field.
String)Gets the 64-bit signed Integer value Of the specified field.
String)Gets the String value Of the specified field.
String)Return whether the specified field Is Set To null.
String)String)Dictionary(Of String, String), Boolean)