System.Data.Odbc.OdbcParameterCollection Class
Information   Base Types   Related Resources

(No documentation available.)

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

  • System.MarshalByRefObject
  • View this type on MSDN
  • View this type on WinFX 247
    Articles (0)Discussions (3)MembersRotorChanges
    New member/overload additions in .NET v1.1.4322
     .ctor
  • private OdbcParameterCollection(System.Data.Odbc.OdbcCommand parent)

  •  _bindingIsValid
  • private System.Boolean _bindingIsValid

  •  _collectionIsBound
  • private System.Boolean _collectionIsBound

  •  Add
  • public System.Int32 Add(System.Object value)
  • public System.Data.Odbc.OdbcParameter Add(System.Data.Odbc.OdbcParameter value)
  • public System.Data.Odbc.OdbcParameter Add(System.String parameterName, System.Object value)
  • public System.Data.Odbc.OdbcParameter Add(System.String parameterName, System.Data.Odbc.OdbcType odbcType)
  • public System.Data.Odbc.OdbcParameter Add(System.String parameterName, System.Data.Odbc.OdbcType odbcType, System.Int32 size)
  • public System.Data.Odbc.OdbcParameter Add(System.String parameterName, System.Data.Odbc.OdbcType odbcType, System.Int32 size, System.String sourceColumn)

  •  AddWithoutEvents
  • private void AddWithoutEvents(System.Data.Odbc.OdbcParameter value)

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

  •  Clear
  • public void Clear()

  •  ClearWithoutEvents
  • private void ClearWithoutEvents()

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

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

  •  Count
  • public System.Int32 Count

  •  get_BindingIsValid
  • private System.Boolean get_BindingIsValid()

  •  get_CollectionIsBound
  • private System.Boolean get_CollectionIsBound()

  •  get_Connection
  • private System.Data.Odbc.OdbcConnection get_Connection()

  •  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)

  •  Item
  • public System.Data.Odbc.OdbcParameter Item[System.Int32 index]
  • public System.Data.Odbc.OdbcParameter Item[System.String parameterName]

  •  items
  • private System.Collections.ArrayList items

  •  OnSchemaChanging
  • private void OnSchemaChanging()

  •  parent
  • private System.Data.Odbc.OdbcCommand parent

  •  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.Data.Odbc.OdbcParameter newValue)

  •  set_BindingIsValid
  • private void set_BindingIsValid(System.Boolean value)

  •  set_CollectionIsBound
  • private void set_CollectionIsBound(System.Boolean value)

  •  System.Collections.ICollection.get_IsSynchronized
  • private System.Boolean System.Collections.ICollection.get_IsSynchronized()

  •  System.Collections.ICollection.get_SyncRoot
  • private System.Object System.Collections.ICollection.get_SyncRoot()

  •  System.Collections.IList.get_IsFixedSize
  • private System.Boolean System.Collections.IList.get_IsFixedSize()

  •  System.Collections.IList.get_IsReadOnly
  • private System.Boolean System.Collections.IList.get_IsReadOnly()

  •  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.Odbc.OdbcParameter 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