Data Port Sync 1.0.500

SqlCeParameterCollection. Method (String, SqlDbType, Int32, String)

[This is preliminary documentation and subject to change.]

Creates and adds a SqlCeParameter to the collection.

[Visual Basic]
Overloads Public Function ( _
   ByVal String As String, _
   ByVal SqlDbType As SqlDbType, _
   ByVal Int32 As Integer, _
   ByVal String As String _
) As Integer
[C#]
public int (
   String strParameterName,
   SqlDbType sqlDbType,
   Int32 nSize,
   String strColumn
);

Parameters

String
Parameter name.
SqlDbType
Parameter data type.
Int32
Parameter size.
String
Mapped column name.

Return Value

Number of objects in the collection.

See Also

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