MsDb2Parameter Class

Definition

public ref class MsDb2Parameter : System::Data::Common::DbParameter, ICloneable
public class MsDb2Parameter : System.Data.Common.DbParameter, ICloneable
type MsDb2Parameter = class
    inherit DbParameter
    interface ICloneable
    interface IDbDataParameter
    interface IDataParameter
Public Class MsDb2Parameter
Inherits DbParameter
Implements ICloneable
Inheritance
MsDb2Parameter
Implements

Constructors

MsDb2Parameter()
MsDb2Parameter(String, MsDb2Type)
MsDb2Parameter(String, MsDb2Type, Int32)
MsDb2Parameter(String, MsDb2Type, Int32, ParameterDirection, Boolean, Byte, Byte, String, DataRowVersion, Object)
MsDb2Parameter(String, MsDb2Type, Int32, ParameterDirection, String, DataRowVersion, Boolean, Object)
MsDb2Parameter(String, MsDb2Type, Int32, String)
MsDb2Parameter(String, Object)

Properties

DbType
Direction
IsNullable
MsDb2Type
ParameterName
Precision
Scale
Size
SourceColumn
SourceColumnNullMapping
SourceVersion
Value

Methods

ResetDbType()
ToString()

Explicit Interface Implementations

ICloneable.Clone()

Applies to