Data Port Sync 1.0.500

SqlCeCommandBuilder. Method (Int32)

[This is preliminary documentation and subject to change.]

Gets the parameter name of the given ordinal.

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

Parameters

Int32
Parameter ordinal.

Return Value

The parameter name in the form of "@px" where x is the parameter ordinal.

See Also

SqlCeCommandBuilder Class | Primeworks.DesktopSqlCe Namespace | SqlCeCommandBuilder. Overload List