UpdateableDataRecord.GetBytes(Int32, Int64, Byte[], Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
override long GetBytes(int i, long fieldOffset, cli::array <System::Byte> ^ buffer, int bufferOffset, int length);
public override long GetBytes (int i, long fieldOffset, byte[] buffer, int bufferOffset, int length);
override this.GetBytes : int * int64 * byte[] * int * int -> int64
Public Overrides Function GetBytes (i As Integer, fieldOffset As Long, buffer As Byte(), bufferOffset As Integer, length As Integer) As Long
Parameters
- i
- Int32
- fieldOffset
- Int64
- buffer
- Byte[]
- bufferOffset
- Int32
- length
- Int32