Method | Description | |
---|---|---|
GetBytes ( this dbdatareader, |
Extends GetBytes so that buffer offset of 0 and call to Array.Length are not needed.
|
|
GetChars ( this dbdatareader, |
Extends GetChars so that buffer offset of 0 and call to Array.Length are not needed.
|
public static GetBytes ( this dbdatareader, |
||
dbdatareader | this | |
ordinal | ||
dataOffset | System.Int64 | |
buffer | Byte | |
return | System.Int64 |
public static GetChars ( this dbdatareader, |
||
dbdatareader | this | |
ordinal | ||
dataOffset | System.Int64 | |
buffer | Char | |
return | System.Int64 |