Data Port Sync 1.0.500

SqlCeParameter Constructor (String, SqlDbType, Int32, String)

[This is preliminary documentation and subject to change.]

Initailizes a new instance of a SqlCeParameter from a parameter name, a data type, data size and the source column name.

[Visual Basic]
Overloads Public Sub New( _
   ByVal String As String, _
   ByVal SqlDbType As SqlDbType, _
   ByVal Int32 As Integer, _
   ByVal String As String _
)
[C#]
public SqlCeParameter(
   String strName,
   SqlDbType sqlDbType,
   Int32 nSize,
   String strColumn
);

Parameters

String
The parameter name.
SqlDbType
The parameter data type.
Int32
The parameter size.
String
The source column name.

See Also

SqlCeParameter Class | Primeworks.DesktopSqlCe Namespace | SqlCeParameter Constructor Overload List