SqlCeConnection::CreateCommand Method
Visual Studio 2010
Creates and returns a SqlCeCommand object associated with the SqlCeConnection.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
The following example demonstrates how to use the CreateCommand method to create a SqlCeCommand object.
Show: