Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
Inserts a SqlCeParameter in the collection at the specified index.
[Visual Basic] Public Overridable Sub Insert( _ ByVal index As Integer, _ ByVal value As Object _ ) Implements IList.Insert [C#] public virtual void Insert(int index,object value ); [C++] public: virtual void Insert(int index,Object* value ); [JScript] public function Insert( index : int, value : Object);
Parameters
- index
The zero-based index where the parameter is to be inserted within the collection. - value
The SqlCeParameter to add to the collection.
Implements
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
SqlCeParameterCollection Class | SqlCeParameterCollection Members | System.Data.SqlServerCe Namespace
Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.