MsIfmxParameter Class

Definition

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

Constructors

MsIfmxParameter()
MsIfmxParameter(String, MsIfmxType)
MsIfmxParameter(String, MsIfmxType, Int32)
MsIfmxParameter(String, MsIfmxType, Int32, ParameterDirection, Boolean, Byte, Byte, String, DataRowVersion, Object)
MsIfmxParameter(String, MsIfmxType, Int32, ParameterDirection, String, DataRowVersion, Boolean, Object)
MsIfmxParameter(String, MsIfmxType, Int32, String)
MsIfmxParameter(String, Object)

Properties

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

Methods

ResetDbType()
ToString()

Explicit Interface Implementations

ICloneable.Clone()

Applies to