Data Port Sync 1.0.500

SqlCeCommandBuilder. Method 

[This is preliminary documentation and subject to change.]

Builds a string containing the parameter placeholder text.

[Visual Basic]
Overrides Protected Function ( _
   ByVal Int32 As Integer _
) As String
[C#]
protected override string (
   Int32 parameterOrdinal
);

Parameters

Int32
Parameter ordinal.

Return Value

Parameter placeholder text.

Remarks

For SQL CE 2.0, parameter placeholders are always the question mark (?) character. For SQL Mobile, parameter placeholders and parameter names are equal.

See Also

SqlCeCommandBuilder Class | Primeworks.DesktopSqlCe Namespace