Data Port Sync 1.0.500

SqlCeDataReader. Method 

[This is preliminary documentation and subject to change.]

Reads a stream of bytes from the specified column offset into the buffer as an array starting at the given buffer offset.

[Visual Basic]
Overrides Public Function ( _
   ByVal Int32 As Integer, _
   ByVal Int64 As Long, _
   ByVal Byte[] As Byte(), _
   ByVal Int32 As Integer, _
   ByVal Int32 As Integer _
) As Long _
    Implements IDataRecord.
[C#]
public override long (
   Int32 i,
   Int64 fieldOffset,
   Byte[] buffer,
   Int32 bufferoffset,
   Int32 length
);

Parameters

Int32
Zero-based column index.
Int64
Offset into the field.
Byte[]
The buffer into which to read the stream of bytes.
Int32
The index for buffer to begin the read operation.
Int32
The maximum length to copy into the buffer.

Return Value

The actual number of bytes read.

Implements

IDataRecord.

Remarks

Not implemented. Always returns zero.

See Also

SqlCeDataReader Class | Primeworks.DesktopSqlCe Namespace