Méthode | Description | |
---|---|---|
Read ( this sqlbytes, System.Int64 offset, Byte buffer ) : System.Int64 |
Extends Read so that buffer offset of 0 and call to Array.Length are not needed.
|
|
Write ( this sqlbytes, System.Int64 offset, Byte buffer ) : void |
Extends Write so that buffer offset of 0 and call to Array.Length are not needed.
|
public static Read ( this sqlbytes, System.Int64 offset, Byte buffer ) : System.Int64 | ||
sqlbytes | this | |
offset | System.Int64 | |
buffer | Byte | |
Résultat | System.Int64 |
public static Write ( this sqlbytes, System.Int64 offset, Byte buffer ) : void | ||
sqlbytes | this | |
offset | System.Int64 | |
buffer | Byte | |
Résultat | void |