Method | Description | |
---|---|---|
Read ( this sqlchars, System.Int64 offset, Char buffer ) : System.Int64 |
Extends Read so that buffer offset of 0 and call to Array.Length are not needed.
|
|
Write ( this sqlchars, System.Int64 offset, Char buffer ) : void |
Extends Write so that buffer offset of 0 and call to Array.Length are not needed.
|
public static Read ( this sqlchars, System.Int64 offset, Char buffer ) : System.Int64 | ||
sqlchars | this | |
offset | System.Int64 | |
buffer | Char | |
return | System.Int64 |
public static Write ( this sqlchars, System.Int64 offset, Char buffer ) : void | ||
sqlchars | this | |
offset | System.Int64 | |
buffer | Char | |
return | void |