Data Port Sync 1.0.500

SqlCeCommand Constructor (String, SqlCeConnection)

[This is preliminary documentation and subject to change.]

Initializes a new instance of a SqlCeCommand with a command string and a SqlCeConnection

[Visual Basic]
Overloads Public Sub New( _
   ByVal String As String, _
   ByVal SqlCeConnection As SqlCeConnection _
)
[C#]
public SqlCeCommand(
   String strCommand,
   SqlCeConnection conn
);

Parameters

String
Commnd string
SqlCeConnection
Connection object

See Also

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