Data Port Sync 1.0.500

SqlCeDataReader. Method 

[This is preliminary documentation and subject to change.]

Gets all the attribute columns in the current row.

[Visual Basic]
Overrides Public Function ( _
   ByVal Object[] As Object() _
) As Integer _
    Implements IDataRecord.
[C#]
public override int (
   Object[] values
);

Parameters

Object[]

Return Value

The number of instances of Object in the array.

Implements

IDataRecord.

See Also

SqlCeDataReader Class | Primeworks.DesktopSqlCe Namespace