Data Port Sync 1.0.500

SqlCeCommand. Method 

[This is preliminary documentation and subject to change.]

Executes the command and returns a DbDataReader object.

[Visual Basic]
Overrides Protected Function ( _
   ByVal CommandBehavior As CommandBehavior _
) As DbDataReader
[C#]
protected override DbDataReader (
   CommandBehavior behavior
);

Parameters

CommandBehavior
Command behavior

Return Value

A DbDataReader object.

See Also

SqlCeCommand Class | Primeworks.DesktopSqlCe Namespace