SqlCeConnection::CreateCommand Method

Creates and returns a SqlCeCommand object associated with the SqlCeConnection.

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)

public:
SqlCeCommand^ CreateCommand()

The following example demonstrates how to use the CreateCommand method to create a SqlCeCommand object.

No code example is currently available or this language may not be supported.
Show: