Data Port Sync 1.0.500

SqlCeParameter.Direction Property

[This is preliminary documentation and subject to change.]

This property always returns ParameterDirection.Input for SQL Server CE Data Provider. Setting this property to a different value causes an InvalidOperationException to be thrown.

[Visual Basic]
Overrides Public Property Direction As  _
    Implements IDataParameter.
[C#]
public override  Direction {get; set;}

Implements

IDataParameter.

See Also

SqlCeParameter Class | Primeworks.DesktopSqlCe Namespace