SqlCeCommand.CreateParameter Method

Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.

Creates a new instance of a SqlCeParameter object.

  [Visual Basic]
  Public Function CreateParameter() As SqlCeParameter
[C#]
public SqlCeParameter CreateParameter();
[C++]
public: SqlCeParameter* CreateParameter();
[JScript]
public function CreateParameter() : SqlCeParameter;

Return Value

A SqlCeParameter object.

Remarks

The CreateParameter method is a strongly typed version of CreateParameter.

Requirements

Platforms: .NET Compact Framework

.NET Framework Security:

See Also

SqlCeCommand Class | SqlCeCommand Members | System.Data.SqlServerCe Namespace

Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.

Send comments on this topic.

© Microsoft Corporation. All rights reserved.