SqlCeConnection.CreateCommand Method
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
Creates and returns a SqlCeCommand object associated with the SqlCeConnection.
[Visual Basic] Public Function CreateCommand() As SqlCeCommand [C#] public SqlCeCommand CreateCommand(); [C++] public: SqlCeCommand* CreateCommand(); [JScript] public function CreateCommand() : SqlCeCommand;
Return Value
A SqlCeCommand object.
Requirements
Platforms: .NET Compact Framework
.NET Framework Security:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
SqlCeConnection Class | SqlCeConnection Members | System.Data.SqlServerCe Namespace
Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.