System.Data.OracleClient.OracleParameterCollection Class
Information   Base Types   Related Resources

(No documentation available.)

  • Namespace: System.Data.OracleClient
  • First seen in: .NET v1.0.3705
  • Last seen in: .NET v1.1.4322
  • Last changed in: .NET v1.1.4322
  • Assembly: System.Data.OracleClient.dll

  • System.MarshalByRefObject
  • View this type on MSDN
  • View this type on WinFX 247
    Articles (2)Discussions (1)MembersRotorChanges
    New member/overload additions in .NET v1.1.4322
     .ctor
  • public OracleParameterCollection()

  •  _items
  • private System.Collections.ArrayList _items

  •  Add
  • public System.Int32 Add(System.Object value)
  • public System.Data.OracleClient.OracleParameter Add(System.Data.OracleClient.OracleParameter value)
  • public System.Data.OracleClient.OracleParameter Add(System.String parameterName, System.Object value)
  • public System.Data.OracleClient.OracleParameter Add(System.String parameterName, System.Data.OracleClient.OracleType dataType)
  • public System.Data.OracleClient.OracleParameter Add(System.String parameterName, System.Data.OracleClient.OracleType dataType, System.Int32 size)
  • public System.Data.OracleClient.OracleParameter Add(System.String parameterName, System.Data.OracleClient.OracleType dataType, System.Int32 size, System.String srcColumn)

  •  ArrayList
  • private System.Collections.ArrayList ArrayList()

  •  Clear
  • public void Clear()

  •  Contains
  • public System.Boolean Contains(System.Object value)
  • public System.Boolean Contains(System.String parameterName)

  •  CopyTo
  • public void CopyTo(System.Array array, System.Int32 index)

  •  Count
  • public System.Int32 Count

  •  get_ItemType
  • private System.Type get_ItemType()

  •  GetEnumerator
  • public System.Collections.IEnumerator GetEnumerator()

  •  IndexOf
  • public System.Int32 IndexOf(System.Object value)
  • public System.Int32 IndexOf(System.String parameterName)

  •  Insert
  • public void Insert(System.Int32 index, System.Object value)

  •  IsFixedSize
  • public System.Boolean IsFixedSize

  •  IsReadOnly
  • public System.Boolean IsReadOnly

  •  IsSynchronized
  • public System.Boolean IsSynchronized

  •  Item
  • public System.Data.OracleClient.OracleParameter Item[System.Int32 index]
  • public System.Data.OracleClient.OracleParameter Item[System.String parameterName]

  •  RangeCheck
  • private void RangeCheck(System.Int32 index)
  • private System.Int32 RangeCheck(System.String parameterName)

  •  Remove
  • public void Remove(System.Object value)

  •  RemoveAt
  • public void RemoveAt(System.Int32 index)
  • public void RemoveAt(System.String parameterName)

  •  RemoveIndex
  • private void RemoveIndex(System.Int32 index)

  •  Replace
  • private void Replace(System.Int32 index, System.Object newValue)

  •  SyncRoot
  • public System.Object SyncRoot

  •  System.Collections.IList.get_Item
  • private System.Object System.Collections.IList.get_Item(System.Int32 index)

  •  System.Collections.IList.set_Item
  • private void System.Collections.IList.set_Item(System.Int32 index, System.Object value)

  •  System.Data.IDataParameterCollection.get_Item
  • private System.Object System.Data.IDataParameterCollection.get_Item(System.String index)

  •  System.Data.IDataParameterCollection.set_Item
  • private void System.Data.IDataParameterCollection.set_Item(System.String index, System.Object value)

  •  Validate
  • private void Validate(System.Int32 index, System.Data.OracleClient.OracleParameter value)

  •  ValidateType
  • private void ValidateType(System.Object value)

  • Ad
    MBR BootFX
    Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
     
     Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
    Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com