MsDb2ParameterCollection Class

Definition

public ref class MsDb2ParameterCollection sealed : System::Data::Common::DbParameterCollection
public sealed class MsDb2ParameterCollection : System.Data.Common.DbParameterCollection
type MsDb2ParameterCollection = class
    inherit DbParameterCollection
Public NotInheritable Class MsDb2ParameterCollection
Inherits DbParameterCollection
Inheritance
MsDb2ParameterCollection

Properties

Count
IsFixedSize
IsReadOnly
IsSynchronized
Item[Int32]
Item[String]
SyncRoot

Methods

Add(MsDb2Parameter)
Add(Object)
Add(String, MsDb2Type)
Add(String, MsDb2Type, Int32)
Add(String, MsDb2Type, Int32, String)
Add(String, Object)
AddRange(Array)
AddRange(MsDb2Parameter[])
AddWithValue(String, Object)
Clear()
Contains(MsDb2Parameter)
Contains(Object)
Contains(String)
CopyTo(Array, Int32)
CopyTo(MsDb2Parameter[], Int32)
GetEnumerator()
IndexOf(MsDb2Parameter)
IndexOf(Object)
IndexOf(String)
Insert(Int32, MsDb2Parameter)
Insert(Int32, Object)
Remove(MsDb2Parameter)
Remove(Object)
RemoveAt(Int32)
RemoveAt(String)

Applies to