MsIfmxParameterCollection Class

Definition

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

Properties

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

Methods

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

Applies to