Data Port Sync 1.0.500

SqlCeDataReader. Method 

[This is preliminary documentation and subject to change.]

Reads a stream of characters 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 Char[] As Char(), _
   ByVal Int32 As Integer, _
   ByVal Int32 As Integer _
) As Long _
    Implements IDataRecord.
[C#]
public override long (
   Int32 i,
   Int64 fieldoffset,
   Char[] buffer,
   Int32 bufferoffset,
   Int32 length
);

Parameters

Int32
Zero-based column index.
Int64
The index within the row from which to begin the read operation.
Char[]
The buffer into which to copy data
Int32
The index for buffer to begin the read operation.
Int32
The number of characters to read.

Return Value

The actual number of characters read.

Implements

IDataRecord.

Remarks

Not implemented. Always returns zero.

See Also

SqlCeDataReader Class | Primeworks.DesktopSqlCe Namespace