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