System.Data.OracleClient.OracleParameter 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 (5)Discussions (72)MembersRotorChanges
    New member/overload additions in .NET v1.1.4322
     .ctor
  • public OracleParameter()
  • public OracleParameter(System.String name, System.Object value)
  • public OracleParameter(System.String name, System.Data.OracleClient.OracleType oracleType)
  • public OracleParameter(System.String name, System.Data.OracleClient.OracleType oracleType, System.Int32 size)
  • public OracleParameter(System.String name, System.Data.OracleClient.OracleType oracleType, System.Int32 size, System.String srcColumn)
  • public OracleParameter(System.String name, System.Data.OracleClient.OracleType oracleType, System.Int32 size, System.Data.ParameterDirection direction, System.Boolean isNullable, System.Byte precision, System.Byte scale, System.String srcColumn, System.Data.DataRowVersion srcVersion, System.Object value)

  •  _coercedValue
  • private System.Object _coercedValue

  •  _coerceType
  • private System.Type _coerceType

  •  _direction
  • private System.Data.ParameterDirection _direction

  •  _hasCoercedValue
  • private System.Boolean _hasCoercedValue

  •  _hasScale
  • private System.Boolean _hasScale

  •  _isNullable
  • private System.Boolean _isNullable

  •  _metaType
  • private System.Data.OracleClient.MetaType _metaType

  •  _noConvertType
  • private System.Type _noConvertType

  •  _offset
  • private System.Int32 _offset

  •  _parameterName
  • private System.String _parameterName

  •  _parent
  • private System.Data.OracleClient.OracleParameterCollection _parent

  •  _precision
  • private System.Byte _precision

  •  _scale
  • private System.Byte _scale

  •  _size
  • private System.Int32 _size

  •  _sourceColumn
  • private System.String _sourceColumn

  •  _sourceVersion
  • private System.Data.DataRowVersion _sourceVersion

  •  _value
  • private System.Object _value

  •  base_ValueSize
  • private System.Int32 base_ValueSize(System.Object value)

  •  DbType
  • public System.Data.DbType DbType

  •  Direction
  • public System.Data.ParameterDirection Direction

  •  get_BindSize
  • private System.Int32 get_BindSize()

  •  get_CoercedValue
  • private System.Object get_CoercedValue()

  •  get_Parent
  • private System.Data.OracleClient.OracleParameterCollection get_Parent()

  •  GetMetaType
  • private System.Data.OracleClient.MetaType GetMetaType()

  •  IsNullable
  • public System.Boolean IsNullable

  •  Offset
  • public System.Int32 Offset

  •  OracleType
  • public System.Data.OracleClient.OracleType OracleType

  •  ParameterName
  • public System.String ParameterName

  •  Precision
  • public System.Byte Precision

  •  PropertyChanging
  • private void PropertyChanging()

  •  ResetCoercedValue
  • private void ResetCoercedValue()

  •  Scale
  • public System.Byte Scale

  •  set_Parent
  • private void set_Parent(System.Data.OracleClient.OracleParameterCollection value)

  •  SetCoercedValue
  • private void SetCoercedValue(System.Type coerceType, System.Type noConvertType)

  •  ShouldSerializeOracleType
  • private System.Boolean ShouldSerializeOracleType()

  •  ShouldSerializePrecision
  • private System.Boolean ShouldSerializePrecision()

  •  ShouldSerializeScale
  • private System.Boolean ShouldSerializeScale()

  •  ShouldSerializeSize
  • private System.Boolean ShouldSerializeSize()

  •  Size
  • public System.Int32 Size

  •  SourceColumn
  • public System.String SourceColumn

  •  SourceVersion
  • public System.Data.DataRowVersion SourceVersion

  •  System.ICloneable.Clone
  • private System.Object System.ICloneable.Clone()

  •  ToString
  • public System.String ToString()

  •  Value
  • public System.Object Value

  •  ValuePrecision
  • private System.Byte ValuePrecision(System.Object value)

  •  ValueScale
  • private System.Byte ValueScale(System.Object value)

  •  ValueSize
  • private System.Int32 ValueSize(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