Data Port Sync 1.0.500

SqlCeCmd Constructor (SqlCeDatabase, String)

[This is preliminary documentation and subject to change.]

Builds a command from a command text string.

[Visual Basic]
Overloads Public Sub New( _
   ByVal SqlCeDatabase As SqlCeDatabase, _
   ByVal String As String _
)
[C#]
public SqlCeCmd(
   SqlCeDatabase db,
   String strCommand
);

Parameters

SqlCeDatabase
Database where the command will run.
String
SQL command text string.

See Also

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