Share via


SqlCeParameterCollection.Item Property

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

Gets or sets the SqlCeParameter with a specified attribute.

[C#] In C#, this property is the indexer for the SqlCeParameterCollection class.

Overload List

Gets or sets the SqlCeParameter with the specified name.

[Visual Basic] Overloads Public Default Property Item(String) As SqlCeParameter

[C#] public SqlCeParameter this[string] {get; set;}

[C++] public: __property SqlCeParameter* get_Item(String*);
public: __property void set_Item(String*, SqlCeParameter*);

[JScript] SqlCeParameterCollection.Item (String)

Gets or sets the SqlCeParameter at the specified index.

[Visual Basic] Overloads Public Default Property Item(Integer) As SqlCeParameter

[C#] public SqlCeParameter this[int] {get; set;}

[C++] public: __property SqlCeParameter* get_Item(int);
public: __property void set_Item(int, SqlCeParameter*);

[JScript] SqlCeParameterCollection.Item (int)

See Also

SqlCeParameterCollection Class | SqlCeParameterCollection 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.